pub type CSSM_KR_NAME = cssm_kr_name;
👎Deprecated
Available on crate features
cssmconfig
and cssmkrapi
only.Expand description
Aliased Type§
#[repr(C)]pub struct CSSM_KR_NAME {
pub Type: u8,
pub Length: u8,
pub Name: *mut i8,
}
Fields§
§Type: u8
§Length: u8
§Name: *mut i8