macro_rules! make_message_handler {
    (
        $(
            $node:ident: $handler:ident
         ),+
    ) => { ... };
}