pub type Uint256 = evmc_uint256be;
EVMC big-endian 256-bit integer
#[repr(C)]pub struct Uint256 { pub bytes: [u8; 32], }
bytes: [u8; 32]
The 32 bytes.