windows::Win32::Security::Cryptography

Function CertAddEncodedCertificateToSystemStoreW

pub unsafe fn CertAddEncodedCertificateToSystemStoreW<P0>(
    szcertstorename: P0,
    pbcertencoded: &[u8],
) -> Result<()>
where P0: Param<PCWSTR>,