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