pub unsafe fn JetGetIndexInfoA<P0>(
    sesid: P0,
    dbid: u32,
    sztablename: *const i8,
    szindexname: Option<*const i8>,
    pvresult: *mut c_void,
    cbresult: u32,
    infolevel: u32
) -> i32
where P0: IntoParam<JET_SESID>,