pub struct i256 { pub lo: u128, pub hi: u128, }
A 256-bit signed integer represented as two 128-bit native-endian limbs.
lo: u128
hi: u128