Initialize the linked list. This function must be called before adding items to the list.
list.init(account);
SentinelList
The storage pointer of the list.
address
The account address.
None