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