COPY_STRING
#define COPY_STRING(s) (s ? strdup(s) : NULL)
#define COPY_STRING(field) do { \
#undef COPY_STRING