pub type Address = evmc_address;
EVMC address
#[repr(C)]pub struct Address { pub bytes: [u8; 20], }
bytes: [u8; 20]
The 20 bytes of the hash.