pub type U64 = EthereumType<8_usize, false>;
A 128 bit (8 bytes) unsigned integer type.
pub struct U64(/* private fields */);