struct Foo(T, *const ()); unsafe impl Send for Foo {} //~^ ERROR cannot find type fn main() {}