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

Required features: "Win32_Foundation"