pub type CERT_NAME_INFO = _CERT_NAME_INFO;
struct CERT_NAME_INFO { pub cRDN: u32, pub rgRDN: *mut _CERT_RDN, }
cRDN: u32
rgRDN: *mut _CERT_RDN