pub fn read_u32_le(slice: &[u8]) -> u32
Read a u32 in little endian format from the beginning of the given slice. This panics if the slice has length less than 4.