Function windows_sys::Win32::Security::Cryptography::CertAddEncodedCertificateToStore
pub unsafe extern "system" fn CertAddEncodedCertificateToStore(
hcertstore: HCERTSTORE,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pbcertencoded: *const u8,
cbcertencoded: u32,
dwadddisposition: u32,
ppcertcontext: *mut *mut CERT_CONTEXT
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"