The .odl file can be used to expose interfaces for TestStand to use. However TestStand recognizes certain custom type parameter types that are defined by GUIDs. One of our interfaces uses CNiReal64Vector* as input parameter (Ex. FindMax(CNiReal64Vector*, double* MaxValue);). In order to expose this function for TestStand to use we need to add this interface into .odl file. But I searched the internet and didn't find the GUID for the type of CNiReal64Vector. What GUID I should use to expose the interface that has CNiReal64Vector* as a parameter in .odl file?