pub type FixedUsize = u32;
The native type that usize is converted to for archiving.
usize
This will be u16, u32, or u64 when the size_16, size_32, or size_64 features are enabled, respectively.
u16
u32
u64
size_16
size_32
size_64