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§
None
No value.
Some(unsafe extern "C" fn(*mut *mut ASN1_VALUE_st, *const ASN1_ITEM_st) -> i32)
Some value of type T
.