Reads a value of type RInt64 at given address + byteOffset.
address + byteOffset
@override int readInt64([int byteOffset = 0]) => ptr.readInt64(byteOffset);