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