pub unsafe extern "system" fn CertIsValidCRLForCertificate(
    pcert: *const CERT_CONTEXT,
    pcrl: *const CRL_CONTEXT,
    dwflags: u32,
    pvreserved: *mut c_void
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"