pub type Stringlet32<const SIZE: usize = 16> = StringletBase<Fixed, SIZE, 0, 32>;
Fixed length Stringlet, aligned to 32 bytes
pub struct Stringlet32<const SIZE: usize = 16> { /* private fields */ }