pub unsafe trait PointerTarget { type Target; }
Gets the type pointed-to by a pointer.
The pointed-to type.