Function windows::Win32::Security::Cryptography::CertFindCRLInStore

pub unsafe fn CertFindCRLInStore<P0>(
    hcertstore: P0,
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    dwfindflags: u32,
    dwfindtype: u32,
    pvfindpara: Option<*const c_void>,
    pprevcrlcontext: Option<*const CRL_CONTEXT>,
) -> *mut CRL_CONTEXT
where P0: Param<HCERTSTORE>,