Type Alias mlua::lua_CFunction

source ·
pub type lua_CFunction = unsafe extern "C-unwind" fn(_: *mut lua_State) -> i32;
Expand description

Type for native C functions that can be passed to Lua