pub type bio_info_cb = Option<unsafe extern "C" fn(*mut BIO, c_int, *const c_char, c_int, c_long, c_long)>;
enum bio_info_cb { None, Some(unsafe extern "C" fn(_: *mut BIO, _: i32, _: *const i8, _: i32, _: i64, _: i64)), }
No value.
Some value of type T.
T