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