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