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