Macro impl_carrying_mul_add_by_widening

macro_rules! impl_carrying_mul_add_by_widening {
    ($($t:ident $u:ident $w:ident,)+) => { ... };
}