macro_rules! if_not_8_bit {
    (u8, $($tt:tt)*) => { ... };
    (i8, $($tt:tt)*) => { ... };
    ($_:ident, $($tt:tt)*) => { ... };
}