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