Function windows_sys::Win32::Security::Cryptography::CertStrToNameA
pub unsafe extern "system" fn CertStrToNameA(
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pszx500: PCSTR,
dwstrtype: CERT_STRING_TYPE,
pvreserved: *mut c_void,
pbencoded: *mut u8,
pcbencoded: *mut u32,
ppszerror: *mut PSTR
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"