fn minimize_i256_pair_candidates( current_left: I256, current_right: I256, try_candidate: impl FnMut(I256, I256) -> bool, ) -> bool