pub type lua_CFunction = unsafe extern "C" fn(L: *mut lua_State) -> c_int;
Type for native C functions that can be passed to Lua.