pub fn gen_visit_mut(ir: &Ir) -> String
Generates a visitor for a mutable AST.
Returns a string of Rust code that should be compiled alongside the module from which it was generated.