pub type CERT_RDN_VALUE_BLOB = _CRYPTOAPI_BLOB;
struct CERT_RDN_VALUE_BLOB { pub cbData: u32, pub pbData: *mut u8, }
cbData: u32
pbData: *mut u8