- c-string-listtype
- c-string-list*type
Takes a pointer to an array of C strings terminated by a NULL pointer and returns a list of strings. The starred version c-string-list* also releases the storage of each string and the pointer array afterward using free(1).
Only valid as a result type, and can only be used with non-callback functions.