Function luaL_typeerror

Source
pub unsafe fn luaL_typeerror(
    L: *mut lua_State,
    narg: c_int,
    tname: *const c_char,
) -> !