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