pub unsafe extern "system" fn CertGetIssuerCertificateFromStore(
hcertstore: HCERTSTORE,
psubjectcontext: *const CERT_CONTEXT,
pprevissuercontext: *const CERT_CONTEXT,
pdwflags: *mut u32
) -> *mut CERT_CONTEXT
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"