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