Reads a value from a pointer.
unsafe fn read<T>(src: *const T) -> T
The pointer that will be read from.
Returns the object pointed to by the pointer.