pub type CSSM_FIELDGROUP = cssm_fieldgroup;
👎Deprecated
Available on crate features
SecAsn1Types
and cssmtype
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_FIELDGROUP {
pub NumberOfFields: i32,
pub Fields: *mut cssm_field,
}
Fields§
§NumberOfFields: i32
👎Deprecated
§Fields: *mut cssm_field
👎Deprecated