pub type FixedStringlet2<const SIZE: usize = 16> = Stringlet<SIZE, true, 2>;
Fixed length Stringlet, aligned to 2 bytes
pub union FixedStringlet2<const SIZE: usize = 16> { /* private fields */ }