pub type F32 = F32<BigEndian>;
A 32-bit floating point number stored in big-endian byte order.
struct F32(/* private fields */);