Type Alias ASN1_UTF8STRING

Source
pub type ASN1_UTF8STRING = asn1_string_st;

Aliased Type§

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

Fields§

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