macro_rules! from_and_to_u64_arr_unsigned {
    ($($t:ident, $wrapped:ty),*) => { ... };
}