Function windows_sys::Win32::Security::Cryptography::CertAddCertificateContextToStore
pub unsafe extern "system" fn CertAddCertificateContextToStore(
hcertstore: HCERTSTORE,
pcertcontext: *const CERT_CONTEXT,
dwadddisposition: u32,
ppstorecontext: *mut *mut CERT_CONTEXT
) -> BOOL
Expand description
Required features: "Win32_Foundation"