pub type FStr16 = FixedStr<16, Align16>;
Fixed-length string with a capacity of 16 characters
Occupies 16 bytes
pub struct FStr16 { /* private fields */ }