How can I get one of my functions to return a pointer to a struct? I would like my function called insertHelper to return a pointer to a Node struct. I have tried to implement t