pub fn fold_component_values<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Vec<ComponentValue>
) -> Vec<ComponentValue>