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