pub unsafe extern "C" fn DH_meth_set_generate_key( dhm: *mut dh_method, generate_key: Option<unsafe extern "C" fn(_: *mut dh_st) -> i32>, ) -> i32