Type Definition rlua_lua54_sys::bindings::lua_CFunction

source ·
pub type lua_CFunction = Option<unsafe extern "C" fn(L: *mut lua_State) -> c_int>;