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