macro_rules! h160 { ($arg:literal) => { ... }; }
A macro used to create a const H160 from a hexadecimal string or a trimmed hexadecimal string.
H160