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