Type Definition px8_plugin_lua::ffi::lua_CFunction [] [src]

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

Type for native functions that can be passed to Lua.