mrt_config
#define MRT2MC(x) ((struct mrt_config *)(x))
if ((xm = malloc(sizeof(struct mrt_config))) == NULL)
memcpy(xm, m, sizeof(struct mrt_config));
if ((n = calloc(1, sizeof(struct mrt_config))) == NULL)