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