pub fn u32_from_offset( contents: &[u8], offset: usize, endian: Ordering, ) -> Option<u32>
Convenience function for u32 from a buffer with specified [endian] ordering