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