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