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