Contents:
Defined in File llist.h
Apply a function to all elements in the llist.
list – The linked list handle.
f – The function to apply, which CAN modify elements.
status_t.