SecAsn1Oid

Type Alias SecAsn1Oid 

Source
pub type SecAsn1Oid = cssm_data;
👎Deprecated: SecAsn1 is not supported
Available on crate feature SecAsn1Types only.
Expand description

Aliased Type§

#[repr(C)]
pub struct SecAsn1Oid { pub Length: usize, pub Data: *mut u8, }

Fields§

§Length: usize§Data: *mut u8