call_expression
fake_call = call_expression(fn, args);
struct expression *call_expression(struct expression *fn, struct expression_list *args);