Function windows_sys::Win32::Security::Cryptography::CertAddEncodedCTLToStore
[−]pub unsafe extern "system" fn CertAddEncodedCTLToStore(
hcertstore: HCERTSTORE,
dwmsgandcertencodingtype: u32,
pbctlencoded: *const u8,
cbctlencoded: u32,
dwadddisposition: u32,
ppctlcontext: *mut *mut CTL_CONTEXT
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"