# Functions
From dereferences the given pointer or returns the default value if <nil>, this mimics lots of the utility functions in the AWS SDK which do the same thing but were written before generics.
SetIfNil sets the first pointer to the other given pointer if first pointer is nil.
To returns a pointer to a copy of the provided object.