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