pub unsafe fn JetRestoreInstanceW<P0>(
    instance: P0,
    sz: *const u16,
    szdest: Option<*const u16>,
    pfn: JET_PFNSTATUS
) -> i32
where P0: IntoParam<JET_INSTANCE>,