pub unsafe extern "C-unwind" fn luaL_optinteger(
    L: *mut lua_State,
    arg: i32,
    def: i64
) -> i64