macro_rules! unsafe_impl_endian_pod {
    ($($struct_name:ident),+ $(,)?) => { ... };
}