Type Alias ASN1_PRINTABLESTRING

Source
pub type ASN1_PRINTABLESTRING = asn1_string_st;

Aliased Type§

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

Fields§

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