pub type CERT_OR_CRL_BLOB = _CERT_OR_CRL_BLOB;
#[repr(C)]pub struct CERT_OR_CRL_BLOB { pub dwChoice: u64, pub cbEncoded: u64, pub pbEncoded: *mut u8, }
dwChoice: u64
cbEncoded: u64
pbEncoded: *mut u8