pub fn fold_type_macro<F>(f: &mut F, node: TypeMacro) -> TypeMacrowhere
    F: Fold + ?Sized,
Available on crate feature fold only.