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