macro_rules! make_io {
    ($read:expr, $write:expr) => { ... };
}