Function metadata
const fn metadata<T: PointeeSized>(ptr: *const T) -> <T as Pointee>::Metadata
Extracts the metadata component of a pointer.
Values of type *mut T, &T, or &mut T can be passed directly to this function
as they implicitly coerce to *const T.
Example
assert_eq!;