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