RB_TAILQ_REMOVE
#define RB_TAILQ_REMOVE(a, b, c) TAILQ_REMOVE(a, b, c)
#define RB_TAILQ_REMOVE(a, b, c) do { } while (0)