pub type TextBytes = SmallVec<[u8; 24]>;
The raw bytes that make up a string in an exr file. Each u8 is a single char.
u8
struct TextBytes { /* private fields */ }