pub unsafe extern "system" fn CertAddEncodedCertificateToSystemStoreW(
    szcertstorename: PWSTR,
    pbcertencoded: *const u8,
    cbcertencoded: u32
) -> BOOL
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’