std::io
pub trait Seek { fn seek(&mut self, pos: SeekFrom) -> Result<u64>; }
fn seek(&mut self, pos: SeekFrom) -> Result<u64>
impl Seek for File