void bson_strfreev (char **strv);
strv: A NULL-terminated array of strings to free, including the array.
strv
This will free each string in a NULL-terminated array of strings and then the array itself.