Function windows_sys::Win32::Security::Cryptography::CertFindCRLInStore
pub unsafe extern "system" fn CertFindCRLInStore(
hcertstore: HCERTSTORE,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
dwfindflags: u32,
dwfindtype: u32,
pvfindpara: *const c_void,
pprevcrlcontext: *const CRL_CONTEXT
) -> *mut CRL_CONTEXTExpand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"