pub type H64 = EthereumType<8_usize, true>;
A 64 bit (8 bytes) hash type.
pub struct H64(/* private fields */);