pub unsafe extern "system" fn CertFindChainInStore(
    hcertstore: HCERTSTORE,
    dwcertencodingtype: u32,
    dwfindflags: CERT_FIND_CHAIN_IN_STORE_FLAGS,
    dwfindtype: u32,
    pvfindpara: *const c_void,
    pprevchaincontext: *const CERT_CHAIN_CONTEXT
) -> *mut CERT_CHAIN_CONTEXT
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"