pub fn from_bytes_to_native<T>(data: &[u8]) -> Result<T, &'static str>where T: SpecificEndian<T> + Default + Copy + EndianRepr,
io-core
Convenience: read bytes and return the host-native T directly.
T