pub fn fold_generic_method_argument<F>(
    f: &mut F,
    node: GenericMethodArgument
) -> GenericMethodArgument where
    F: Fold + ?Sized