Type Definition lua_jit_sys::lua_CFunction [] [src]

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