We have started using https://github.com/holiman/uint256 at https://github.com/stellar/go and we are missing the [`DivMod()`](https://pkg.go.dev/math/big#Int.DivMod) method. This has required invoking `Div()` and `Mod()` separately, which isn't great for performance.