Type Alias CERT_OR_CRL_BLOB

Source
pub type CERT_OR_CRL_BLOB = _CERT_OR_CRL_BLOB;

Aliased Type§

struct CERT_OR_CRL_BLOB {
    pub dwChoice: u32,
    pub cbEncoded: u32,
    pub pbEncoded: *mut u8,
}

Fields§

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