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