pub unsafe extern "system" fn CertAddEncodedCertificateToStore(
    hcertstore: HCERTSTORE,
    dwcertencodingtype: u32,
    pbcertencoded: *const u8,
    cbcertencoded: u32,
    dwadddisposition: u32,
    ppcertcontext: *mut *mut CERT_CONTEXT
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"