pub type FixedIsize = i32;
The native type that isize is converted to for archiving.
isize
This will be i16, i32, or i64 when the size_16, size_32, or size_64 features are enabled, respectively.
i16
i32
i64
size_16
size_32
size_64