Expand description
A type that points to a single location in memory.
Safety
If the type implementing Pointer also implements Deref or DerefMut,
the pointer returned by Target must be equal to the references returned
from deref and deref_mut.