Function windows::Win32::Security::Cryptography::CertFindChainInStore

pub unsafe fn CertFindChainInStore<P0>(
    hcertstore: P0,
    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
where P0: Param<HCERTSTORE>,