Function windows_sys::Win32::Security::Cryptography::CertFindCertificateInCRL
pub unsafe extern "system" fn CertFindCertificateInCRL(
pcert: *const CERT_CONTEXT,
pcrlcontext: *const CRL_CONTEXT,
dwflags: u32,
pvreserved: *mut c_void,
ppcrlentry: *mut *mut CRL_ENTRY
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"