Function windows_sys::Win32::Security::Cryptography::CertGetCertificateChain
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: *const c_void,
ppchaincontext: *mut *mut CERT_CHAIN_CONTEXT,
) -> BOOL