windows::Win32::Security::Cryptography

Function CertAddEncodedCTLToStore

pub unsafe fn CertAddEncodedCTLToStore(
    hcertstore: Option<HCERTSTORE>,
    dwmsgandcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pbctlencoded: &[u8],
    dwadddisposition: u32,
    ppctlcontext: Option<*mut *mut CTL_CONTEXT>,
) -> Result<()>