sll_dequeue_tail
extern void *sll_dequeue_tail(long nextoff, void **head);
#define SLL_DEQUEUE(_head,_nextp) (typeof(_head))sll_dequeue_tail(offsetof(typeof(*_head),_nextp), (void **)&(_head))