macro_rules! hexadecimal_digit_char {
    ($c: expr) => { ... };
}