Type Definition lua_CFunction
glua_sys
type lua_CFunction = Option<unsafe extern "C" fn(L: *mut lua_State) -> c_int>;