Returns information about the given function's external specification: language, output variable, external function name, arguments, annotations on the external declaration, and annotations on the function.
function getExternalFunctionSpecification input TypeName functionName; output Expression result; end getExternalFunctionSpecification;