Contents:
Defined in File llist.h
Remove an item from a llist.
Memory for the node and its data is deallocated.
list – The linked list handle.
e – To be filled with the data from the removed item if non-NULL.
status_t.