macro_rules! io_to_err { ( $ioe:expr ) => { ... }; }
casting core::io Error to Master Error matched by io_err
io_err
io_to_err!(file.seek(SeekFrom::End(0)))?