pub fn fold_cluster_schedule_option_value<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: ClusterScheduleOptionValue
) -> ClusterScheduleOptionValue
where F: Fold<T, T2> + ?Sized,