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