pub unsafe extern "system" fn CertAddEncodedCRLToStore(
    hcertstore: HCERTSTORE,
    dwcertencodingtype: u32,
    pbcrlencoded: *const u8,
    cbcrlencoded: u32,
    dwadddisposition: u32,
    ppcrlcontext: *mut *mut CRL_CONTEXT
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"