pub type TrexBox = MP4Box<FullBox<Trex, u32>>;
pub struct TrexBox { pub inner: FullBox<Trex, u32>, }
inner: FullBox<Trex, u32>