pub type i256 = I256;
A 256-bit signed integer type.
#[repr(transparent)]pub struct i256(pub [i128; 2]);
0: [i128; 2]