pub type lh_OPENSSL_STRING_compfunc = Option<unsafe extern "C" fn(_: *const *mut i8, _: *const *mut i8) -> i32>;
enum lh_OPENSSL_STRING_compfunc { None, Some(unsafe extern "C" fn(_: *const *mut i8, _: *const *mut i8) -> i32), }
No value.
Some value of type T.
T