windows::Win32::Security::Cryptography

Function CertStrToNameA

pub unsafe fn CertStrToNameA<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 PCSTR>,
) -> Result<()>
where P1: Param<PCSTR>,