fn single_arg<'a, 'ast>(args: &'a CallArgs<'ast>) -> Option<&'a Expr<'ast>>
Returns the single positional argument of a call, if it has exactly one.