pub fn replace_pseudo_element_selector_name<N>(
    node: &mut N,
    from: &str,
    to: &str
) where
    N: for<'aa> VisitMutWith<PseudoElementSelectorNameReplacer<'aa>>,