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