Function luaL_argerrorL

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