CERT_OR_CRL_BLOB

Type Alias CERT_OR_CRL_BLOB 

Source
pub type CERT_OR_CRL_BLOB = _CERT_OR_CRL_BLOB;

Aliased Type§

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

Fields§

§dwChoice: u64§cbEncoded: u64§pbEncoded: *mut u8