Casting `*const T` to `*const U` with `U: Sized` is allowed even if `T: ?Sized`. This safely extracts the data pointer out of a trait object, without relying on the memory representation of trait objects. Source-Repo: https://github.com/servo/servo Source-Revision: 86a5135ffaa60d4743b6f6950fc395c2615e85ba