gir2pas generates wrong code for char* const* C type.
When encountering such a type, gir2pas generates the following non compilable code:
{ char* const* }
Tchar const = record
{ opaque type }
Unknown: Pointer;
end;
The above code is not compilable and moreover, char* const* shall be translated to PPChar.