Type Definition factorio_mlua::lua_CFunction
source · pub type lua_CFunction = unsafe extern "C" fn(_: *mut lua_State) -> i32;Expand description
Type for native C functions that can be passed to Lua
pub type lua_CFunction = unsafe extern "C" fn(_: *mut lua_State) -> i32;Type for native C functions that can be passed to Lua