sll_remove
extern status_t sll_remove(long nextoff, void **head, void *item);
#define SLL_REMOVE(_head,_nextp,_item) sll_remove(offsetof(typeof(*_head),_nextp), (void **)&(_head), _item)