I had just the idea to do the following:

Instead of using

STRING* fctName = str_create("...");

I can use

#define fctName _str("...")

Then I don't have to care about removing the string.