windows::Win32::Security::Cryptography

Function CertAddCRLContextToStore

pub unsafe fn CertAddCRLContextToStore(
    hcertstore: Option<HCERTSTORE>,
    pcrlcontext: *const CRL_CONTEXT,
    dwadddisposition: u32,
    ppstorecontext: Option<*mut *mut CRL_CONTEXT>,
) -> Result<()>