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