pub unsafe extern "system" fn CertAddEncodedCTLToStore(
    hcertstore: *const c_void,
    dwmsgandcertencodingtype: u32,
    pbctlencoded: *const u8,
    cbctlencoded: u32,
    dwadddisposition: u32,
    ppctlcontext: *mut *mut CTL_CONTEXT
) -> BOOL
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’