windows::Win32::Security::Cryptography

Function CertAddCertificateContextToStore

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