pub type sk_ASN1_TYPE_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const ASN1_TYPE, arg2: *const *const ASN1_TYPE) -> c_int>;
Aliased Type§
enum sk_ASN1_TYPE_cmp_func {
None,
Some(unsafe extern "C" fn(_: *const *const asn1_type_st, _: *const *const asn1_type_st) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const *const asn1_type_st, _: *const *const asn1_type_st) -> i32)
Some value of type T
.