pub fn fmt_call<C>(ctx: &C, call: &Call) -> (String, Option<String>)where C: AstFormatter,
Format a function call. We return the pair: (function call, comment)