macro_rules! test_from_all_types_builtin_safe {
    ($i:ty, ($($from:ty),*)) => { ... };
}