pub fn write_i32_le(buf: &mut [u8], offset: usize, v: i32)
Writes a little-endian i32 into a fixed-layout buffer.
i32