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