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