Macro into_int_impl

macro_rules! into_int_impl {
    ($($ty:ty)*) => { ... };
}