* Have anyone ever done something like the following with zerocopy? ```rust #[some sort of zerocopy macro or derive] #[repr(C, packed)] pub struct MyData { ... } ```