Type Alias bssl_sys::ASN1_BMPSTRING

source ·
pub type ASN1_BMPSTRING = asn1_string_st;

Aliased Type§

struct ASN1_BMPSTRING {
    pub length: i32,
    pub type_: i32,
    pub data: *mut u8,
    pub flags: i64,
}

Fields§

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