pub unsafe extern "C" fn BIO_meth_set_callback_ctrl( method: *mut BIO_METHOD, callback_ctrl: Option<unsafe extern "C" fn(arg1: *mut BIO, arg2: c_int, arg3: bio_info_cb) -> c_long>, ) -> c_int