pub type CERT_NAME_BLOB = _CRYPTOAPI_BLOB;
#[repr(C)]pub struct CERT_NAME_BLOB { pub cbData: u64, pub pbData: *mut u8, }
cbData: u64
pbData: *mut u8