pub type SECItem = SECItemStr;Aliased Type§
#[repr(C)]pub struct SECItem {
pub type_: SECItemType,
pub data: *mut u8,
pub len: u32,
}Fields§
§type_: SECItemType§data: *mut u8§len: u32pub type SECItem = SECItemStr;#[repr(C)]pub struct SECItem {
pub type_: SECItemType,
pub data: *mut u8,
pub len: u32,
}type_: SECItemType§data: *mut u8§len: u32