Type Alias ASN1_ex_new_func

Source
pub type ASN1_ex_new_func = Option<unsafe extern "C" fn(pval: *mut *mut ASN1_VALUE, it: *const ASN1_ITEM) -> c_int>;

Aliased Type§

pub enum ASN1_ex_new_func {
    None,
    Some(unsafe extern "C" fn(*mut *mut ASN1_VALUE_st, *const ASN1_ITEM_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.