pub fn read_u32_le(buf: &[u8], pos: usize) -> Result<u32, ProtoError>
Read a little-endian value from the buffer at pos.
pos