pub unsafe fn CertGetIssuerCertificateFromStore<P0>(
    hcertstore: P0,
    psubjectcontext: *const CERT_CONTEXT,
    pprevissuercontext: Option<*const CERT_CONTEXT>,
    pdwflags: *mut u32,
) -> *mut CERT_CONTEXT
where P0: Param<HCERTSTORE>,