pub type SecAsn1Item = cssm_data;👎Deprecated: SecAsn1 is not supported
Available on crate feature
SecAsn1Types only.Expand description
Aliased Type§
#[repr(C)]pub struct SecAsn1Item {
pub Length: usize,
pub Data: *mut u8,
}Fields§
§Length: usize§Data: *mut u8