Deref returns the value e points to if it's non-nil.
DerefFunc returns the value e points to if it's non-nil.
Identity is a function that returns its given parameters.
Pointer returns a pointer for the given value.
Zero returns the zero value for the given type.