Macro _bytes_to_human_hex

Source
macro_rules! _bytes_to_human_hex {
    ($expected: expr, $len: expr) => { ... };
}