Function Seekable.position

Attempts to set current position to pos. Throws SeekException on failure

final abstract ulong position (
  ulong pos
);

final abstract ulong position();