STAILQ_SPLIT_AFTER() allows to split an existing queue in two. It is
the missing block that enables arbitrary splitting and recombinations of
queues, together with STAILQ_CONCAT() and STAILQ_SWAP().
Add STAILQ_ASSERT_NONEMPTY(), used by STAILQ_SPLIT_AFTER().