pub type sk_ASN1_VALUE_copy_func = Option<unsafe extern "C" fn(arg1: *const ASN1_VALUE) -> *mut ASN1_VALUE>;
Aliased Type§
enum sk_ASN1_VALUE_copy_func {
None,
Some(unsafe extern "C" fn(_: *const ASN1_VALUE_st) -> *mut ASN1_VALUE_st),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const ASN1_VALUE_st) -> *mut ASN1_VALUE_st)
Some value of type T
.