Function windows::Win32::Security::Cryptography::CertAddCertificateContextToStore
pub unsafe fn CertAddCertificateContextToStore<P0>(
hcertstore: P0,
pcertcontext: *const CERT_CONTEXT,
dwadddisposition: u32,
ppstorecontext: Option<*mut *mut CERT_CONTEXT>,
) -> Result<()>where
P0: Param<HCERTSTORE>,