Formats the bytes between start and end (excluding end.)
e.g.: "abc" -> "\x61\x62\x63"
See Implementation
Formats the bytes between start and end (excluding end.)