pub unsafe extern "system" fn CertGetCertificateChain(
    hchainengine: HCERTCHAINENGINE,
    pcertcontext: *const CERT_CONTEXT,
    ptime: *const FILETIME,
    hadditionalstore: HCERTSTORE,
    pchainpara: *const CERT_CHAIN_PARA,
    dwflags: u32,
    pvreserved: *mut c_void,
    ppchaincontext: *mut *mut CERT_CHAIN_CONTEXT
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"