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