Type Alias 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