pub type sk_X509_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const X509, arg2: *const *const X509) -> c_int>;
Aliased Type§
enum sk_X509_cmp_func {
None,
Some(unsafe extern "C" fn(_: *const *const x509_st, _: *const *const x509_st) -> i32),
}