Add an item to the list and initialize it if it is not initialized.
list.safePush(bytes32(keccak256("newEntry")));
LinkedBytes32
The storage pointer of the list.
bytes32
The entry to be added to the list.
None