windows::Win32::Security::Cryptography

Function CertGetCertificateChain

pub unsafe fn CertGetCertificateChain(
    hchainengine: Option<HCERTCHAINENGINE>,
    pcertcontext: *const CERT_CONTEXT,
    ptime: Option<*const FILETIME>,
    hadditionalstore: Option<HCERTSTORE>,
    pchainpara: *const CERT_CHAIN_PARA,
    dwflags: u32,
    pvreserved: Option<*const c_void>,
    ppchaincontext: *mut *mut CERT_CHAIN_CONTEXT,
) -> Result<()>