Type Definition mlua::lua_CFunction

source · []
pub type lua_CFunction = unsafe extern "C" fn(L: *mut lua_State) -> c_int;
Expand description

Type for native C functions that can be passed to Lua