macro_rules! outputs {
    ($op:ident, $($idx:expr => ($name:expr, $desc:expr)),*) => { ... };
}