Macro impl_all_int_casts

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