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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const ASN1_VALUE_st) -> *mut ASN1_VALUE_st)

Some value of type T.