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