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