intoRaw method
Implementation
TreeSitterRawHandle<TreeSitterQueryCursorState> intoRaw() {
_checkNotDisposed();
final moved = TreeSitterQueryCursorState(
currentByteOffset: _currentByteOffset,
);
_disposed = true;
return TreeSitterRawHandle<TreeSitterQueryCursorState>.owned(moved);
}