pub unsafe fn luaL_argexpected(
    L: *mut lua_State,
    cond: c_int,
    arg: c_int,
    tname: *const c_char
)
Available on crate feature luau only.