Function luaL_checktype

Source
pub unsafe extern "C" fn luaL_checktype(
    L: *mut lua_State,
    arg: c_int,
    t: c_int,
)