template <class From, class To>
To __swift_interopStaticCast(From from) { return static_cast<To>(from); }