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