Get the next entry in the list.
address next = list.getNext(address(3));
SentinelList
The storage pointer of the list.
address
The address to get the next entry from.
The next entry in the list.