pub fn read_i64_le(data: &[u8], offset: usize) -> Option<i64>
Read a little-endian i64 from instruction data.
i64