STRNCAT
#define STRNCAT(str1, str2) { \
#define STRNCAT(x, y, z) (xmlChar *)strncat((char *)x, (char *)y, z)