Function XMLParser.seek

Moves the buffer cursor to a certain offset (since the beginning) and read the next node there. This returns an error code.

godot.core.defs.GodotError seek (
  const(long) position
) nothrow @nogc;