pub fn new_fn_call<N, A>(name: N, args: A) -> FunctionCallNodewhere N: Into<AssignableKind>, A: Into<AstVec<ExprKind>>,
Creates a new function call node.