CertAddEncodedCertificateToSystemStoreW

Function CertAddEncodedCertificateToSystemStoreW 

Source
pub unsafe extern "system" fn CertAddEncodedCertificateToSystemStoreW(
    szCertStoreName: LPCWSTR,
    pbCertEncoded: *const BYTE,
    cbCertEncoded: DWORD,
) -> BOOL