LIST_FOREACH_SAFE
#define LIST_FOREACH_SAFE LIST_FOREACH_MUTABLE
#define LIST_FOREACH_SAFE(var, head, field, tvar) \
#undef LIST_FOREACH_SAFE