pub fn read_i32_le(buf: &[u8], offset: usize) -> Result<i32, AccessError>
Reads a little-endian i32 from a fixed-layout buffer.
i32