macro_rules! dbg_bytes { ($slice:expr $(,)? ) => { ... }; }
std::dbg equivalent for &[u8] which uses [format_bytes] to display the byte slice
&[u8]