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