macro_rules! impl_from_unsigned_integer_type {
    ($utype: ident) => { ... };
}