I am trying to call a C function in swift
int getValueFromC(char ** aValue);
In swift I see the "Type" is
UnsafeMutablePointer<UnsafeMutablePointer<Int8>?>
So i would call the function i swift using:
getValueFrom(myStringPointerPointer)
where myStringPointerPointer value would be at least initialised