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