The internal storage of the ring buffer as a typed array.
The offset to start writing from in the storage.
The number of elements to write at the first offset.
The second offset to start writing from in the storage.
The number of elements to write at the second offset.
The number of elements that have been written to the storage.
Represents a callback function used in the writeCallbackWithOffset method of the RingBuffer class. This callback is responsible for writing data to the ring buffer at specified offsets.