Variable ChunkReader.read_ptr

struct ChunkReader
{
  // ...
  ulong read_ptr = 0LU;
  // ...
}