windows::Win32::Security::Cryptography

Function CertAddCertificateLinkToStore

pub unsafe fn CertAddCertificateLinkToStore(
    hcertstore: HCERTSTORE,
    pcertcontext: *const CERT_CONTEXT,
    dwadddisposition: u32,
    ppstorecontext: Option<*mut *mut CERT_CONTEXT>,
) -> Result<()>