Function lua_type

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