Function windows::Win32::Security::Cryptography::CertStrToNameW

pub unsafe fn CertStrToNameW<P0>(
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pszx500: P0,
    dwstrtype: CERT_STRING_TYPE,
    pvreserved: Option<*const c_void>,
    pbencoded: Option<*mut u8>,
    pcbencoded: *mut u32,
    ppszerror: Option<*mut PCWSTR>,
) -> Result<()>
where P0: Param<PCWSTR>,