Macro impl_int_cast

macro_rules! impl_int_cast {
    ($Src:ty as [$($Dst:ty),*]) => { ... };
}