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