pub fn fold_jsx_namespaced_name<V>(
    _visitor: &mut V,
    n: JSXNamespacedName
) -> JSXNamespacedName where
    V: Fold + ?Sized