pub type u256 = U256;
A 256-bit unsigned integer type.
#[repr(transparent)]pub struct u256(pub [u128; 2]);
0: [u128; 2]