pub type ASN1_T61STRING = asn1_string_st;
struct ASN1_T61STRING { pub length: i32, pub type_: i32, pub data: *mut u8, pub flags: i32, }
length: i32
type_: i32
data: *mut u8
flags: i32