Function windows::Win32::Security::Cryptography::CertAddCRLLinkToStore

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