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