windows::Win32::Security::Cryptography

Function CertFindChainInStore

pub unsafe fn CertFindChainInStore(
    hcertstore: HCERTSTORE,
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    dwfindflags: CERT_FIND_CHAIN_IN_STORE_FLAGS,
    dwfindtype: u32,
    pvfindpara: Option<*const c_void>,
    pprevchaincontext: Option<*const CERT_CHAIN_CONTEXT>,
) -> *mut CERT_CHAIN_CONTEXT