Type Alias lua_CFunction

Source
pub type lua_CFunction = unsafe extern "C" fn(state: lua_State) -> i32;