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