macro_rules! transmute {
    ($from:ty, $to:ty, $e:expr) => { ... };
}
Expand description

transmute!(from-type, to-type, value) will do a transmute, but the original and result types must be specified.