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