macro_rules! impl_pod { ($($t:ty),+ $(,)?) => { ... }; }
Batch unsafe impl Pod for a list of types.
unsafe impl Pod
impl_pod!(u8, u16, u32, u64, MyStruct);