pub fn new_fn_call_normal<N>(name: N, args: Vec<ExprKind>) -> FunctionCallNodewhere N: Into<ExprKind>,
Creates a new function call node.