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