pub type i32_le = I32<LE>;
View of a little-endian i32 value.
i32
pub struct i32_le(/* private fields */);