Function CertAddEncodedCertificateToSystemStoreW

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