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