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