pub fn visit_function_stmt_mut<'i, V: VisitorMut<'i> + ?Sized>( v: &mut V, _pos: Pos, def: &'i mut Vec<Word>, body: &'i mut Stmt, )