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