Function windows_sys::Win32::Storage::Jet::JetPrereadIndexRanges

pub unsafe extern "system" fn JetPrereadIndexRanges(
    sesid: JET_SESID,
    tableid: JET_TABLEID,
    rgindexranges: *const JET_INDEX_RANGE,
    cindexranges: u32,
    pcrangespreread: *mut u32,
    rgcolumnidpreread: *const u32,
    ccolumnidpreread: u32,
    grbit: u32,
) -> i32