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