windows::Win32::Security::Cryptography

Function CertStrToNameW

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