pub fn visit_mut_opt_js_word<V>(
    _visitor: &mut V,
    n: &mut Option<Atom<JsWordStaticSet>>
) where
    V: VisitMut + ?Sized