Function windows::Win32::Storage::Jet::JetSetIndexRange

pub unsafe fn JetSetIndexRange<P0, P1>(
    sesid: P0,
    tableidsrc: P1,
    grbit: u32,
) -> i32
where P0: Param<JET_SESID>, P1: Param<JET_TABLEID>,