OutParameterArgumentNode
class OutParameterArgumentNode(val parameter: ObjectVariableNode, val sourceLocation: SourceLocation) : FunctionReturnArgumentNode
Out parameter initialized as an out parameter to a function call.