pub type TestTypedefString = DOMString;
pub struct TestTypedefString(String, PhantomData<*const ()>);
0: String
1: PhantomData<*const ()>