Contents:
Defined in File llist.h
Delete a node from a llist.
list – The linked list handle.
victim – the linked list node to delete from the list.
e – To be filled with the data from the victim node if non-NULL.
status_t.