macro_rules! hex {
    (@string $arg:expr) => { ... };
    ($($tt:tt)*) => { ... };
}