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