Type Alias ASN1_ex_d2i

Source
pub type ASN1_ex_d2i = Option<unsafe extern "C" fn(pval: *mut *mut ASN1_VALUE, in_: *mut *const c_uchar, len: c_long, it: *const ASN1_ITEM, tag: c_int, aclass: c_int, opt: c_char, ctx: *mut ASN1_TLC) -> c_int>;

Aliased Type§

pub enum ASN1_ex_d2i {
    None,
    Some(unsafe extern "C" fn(*mut *mut ASN1_VALUE_st, *mut *const u8, i64, *const ASN1_ITEM_st, i32, i32, i8, *mut ASN1_TLC_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut *mut ASN1_VALUE_st, *mut *const u8, i64, *const ASN1_ITEM_st, i32, i32, i8, *mut ASN1_TLC_st) -> i32)

Some value of type T.