Type Alias ASN1_ex_free_func

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

Aliased Type§

pub enum ASN1_ex_free_func {
    None,
    Some(unsafe extern "C" fn(*mut *mut ASN1_VALUE_st, *const ASN1_ITEM_st)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.