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