pub unsafe extern "C" fn luaL_argerror(
    L: *mut lua_State,
    arg: c_int,
    extramsg: *const c_char
) -> c_int