Function CastTransmute

fn CastTransmute<T, U>(operand: T) -> U

Emits a CastKind::Transmute cast.

Needed to test the UB when sizeof(T) != sizeof(U), which can't be generated via the normal mem::transmute.