Function luaL_checktype

Source
pub unsafe extern "C-unwind" fn luaL_checktype(
    L: *mut lua_State,
    narg: i32,
    t: i32,
)
Available on crate feature mlua only.