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