pub fn visit_mut_rec_block_option<'ast, V, T>( visitor: &mut V, node: &'ast MutRecBlockOption<T>, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,