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