pub type ASN1_TEMPLATE = ASN1_TEMPLATE_st;Aliased Type§
#[repr(C)]pub struct ASN1_TEMPLATE {
pub flags: u32,
pub tag: i32,
pub offset: u64,
pub field_name: *const i8,
pub item: *const ASN1_ITEM_st,
}Fields§
§flags: u32§tag: i32§offset: u64§field_name: *const i8§item: *const ASN1_ITEM_st