Type Alias ASN1_VISIBLESTRING

Source
pub type ASN1_VISIBLESTRING = asn1_string_st;

Aliased Type§

#[repr(C)]
pub struct ASN1_VISIBLESTRING { pub length: i32, pub type_: i32, pub data: *mut u8, pub flags: i64, }

Fields§

§length: i32§type_: i32§data: *mut u8§flags: i64