macro_rules! make_mir_visitor {
    ($visitor_trait_name:ident, $($mutability:ident)?) => { ... };
}