macro_rules! impl_h_int {
    ($($H:ident $uH:ident $X:ident),*) => { ... };
}