pub type BStr = [u8];
Byte string without UTF-8 validity guarantee.
BStr is simply an alias to [u8], but has a more evident semantical meaning.
BStr
[u8]