pub fn fold_opt_document_fragment<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Option<DocumentFragment>
) -> Option<DocumentFragment>