pub unsafe fn JetDefragment3A<P0>(
    sesid: P0,
    szdatabasename: *const i8,
    sztablename: Option<*const i8>,
    pcpasses: Option<*mut u32>,
    pcseconds: Option<*mut u32>,
    callback: JET_CALLBACK,
    pvcontext: *const c_void,
    grbit: u32
) -> i32
where P0: IntoParam<JET_SESID>,