Macro concat_bytes

Source
macro_rules! concat_bytes {
    ($($proc_macro:tt)*) => { ... };
}