windows::Win32::Security::Cryptography

Function CertAddEncodedCRLToStore

pub unsafe fn CertAddEncodedCRLToStore(
    hcertstore: Option<HCERTSTORE>,
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pbcrlencoded: &[u8],
    dwadddisposition: u32,
    ppcrlcontext: Option<*mut *mut CRL_CONTEXT>,
) -> Result<()>