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