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: *const c_void,
pbencoded: *mut u8,
pcbencoded: *mut u32,
ppszerror: *mut PCSTR,
) -> BOOL