pub fn u64_to_le_bytes(value: u64) -> [u8; 8]
Convert a u64 from native byte order to little-endian bytes