Template to convert a D array to a GPtrArray for passing to C functions
Type of the array values
Set to true to enable zero termination in GPtrArray (defaults to false)
The D array
New GPtrArray which should be freed with containerFree!() template (if ownership not taken by C code)
Template to convert a D array to a GPtrArray for passing to C functions