macro_rules! call {
    ($name:ident, $input:ty => $output:ty) => { ... };
}