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