Remove an item from the list.
list.pop(SENTINEL, address(popEntry));
SentinelList
The storage pointer of the list.
address
The address of the entry before the entry to be removed.
The entry to be removed.
None