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