fn removeNext(node: *Node) ?*Node
Remove a node from the list.
Arguments: node: Pointer to the node to be removed. Returns: node removed
node: *Node,