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