macro_rules! io_error {
    ($e:ident, $($args:tt)+) => { ... };
}