Function windows_sys::Win32::Security::Cryptography::CertStrToNameW

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