pub type sk_BIO_free_func = Option<unsafe extern "C" fn(arg1: *mut BIO)>;
pub enum sk_BIO_free_func { None, Some(unsafe extern "C" fn(*mut bio_st)), }
No value.
Some value of type T.
T