macro_rules! make_command {
    ($cmd:ty, $handle:expr, $value:expr) => { ... };
}