pub type OPENSSL_sk_call_cmp_func = Option<unsafe extern "C" fn(arg1: OPENSSL_sk_cmp_func, arg2: *const c_void, arg3: *const c_void) -> c_int>;
Aliased Type§
enum OPENSSL_sk_call_cmp_func {
None,
Some(unsafe extern "C" fn(Option<unsafe extern "C" fn(*const *const c_void, *const *const c_void) -> i32>, *const c_void, *const c_void) -> i32),
}