Macro as_transmute

Source
macro_rules! as_transmute {
    ($from:ty => $as_from:ident, $($as_to:ident -> $to:ident),* $(,)?) => { ... };
}
Available on x86 or x86-64 only.