fn seekTo(self: File, offset: u64) SeekError!void
Repositions read/write file offset relative to the beginning. TODO: integrate with async I/O
self: File,
offset: u64,