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