Using a third party DLL to calculate fatigue indexing, I have run into an issue I am not sure how to deal with.

To extract information from the DLL requires double pointers to arrays of values.

An example of an output is: [out] double ** FAID_maxFatigue

What is the correct way to handle this in DF19.0?

Does one pass an initialising value to each element of the array?

And how should the double pointer be dealt with?

Any assistance would be much appreciated.