pub type CSSM_SAMPLEGROUP = cssm_samplegroup;👎Deprecated
Available on crate features
cssmconfig and cssmtype only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_SAMPLEGROUP {
pub NumberOfSamples: u32,
pub Samples: *const cssm_sample,
}Fields§
§NumberOfSamples: u32👎Deprecated
§Samples: *const cssm_sample👎Deprecated