pub unsafe extern "C" fn DH_meth_set_compute_key( dhm: *mut dh_method, compute_key: Option<unsafe extern "C" fn(_: *mut u8, _: *const bignum_st, _: *mut dh_st) -> i32>, ) -> i32