pub unsafe extern "system" fn CertStrToNameW(
    dwcertencodingtype: u32,
    pszx500: PCWSTR,
    dwstrtype: CERT_STRING_TYPE,
    pvreserved: *mut c_void,
    pbencoded: *mut u8,
    pcbencoded: *mut u32,
    ppszerror: *mut PWSTR
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"