Function luaL_typeerrorL

Source
pub unsafe extern "C" fn luaL_typeerrorL(
    L: *mut lua_State,
    narg: c_int,
    tname: *const c_char,
)