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