pub unsafe fn vtable<T>(ptr: *const T) -> NonNull<()>where T: ?Sized,
Extract the address to a trait object’s vtable.
Must only be called when T is a dyn Trait.
T
dyn Trait