Type Alias lua_CFunction

Source
pub type lua_CFunction = extern "C" fn(L: *mut lua_State) -> c_int;