Macro bytes_to_string

Source
macro_rules! bytes_to_string {
    ($bytes:expr) => { ... };
}