Get the next entry in the list.
bytes32 next = list.getNext(bytes32(keccak256("entry")));
LinkedBytes32
The storage pointer of the list.
bytes32
The data to get the next entry from.
The next entry in the list.