windows::Win32::Security::Cryptography

Function CertAddCTLContextToStore

pub unsafe fn CertAddCTLContextToStore(
    hcertstore: Option<HCERTSTORE>,
    pctlcontext: *const CTL_CONTEXT,
    dwadddisposition: u32,
    ppstorecontext: Option<*mut *mut CTL_CONTEXT>,
) -> Result<()>