pub type DrefBox = MP4Box<FullBox<Dref, u32>>;
pub struct DrefBox { pub inner: FullBox<Dref, u32>, }
inner: FullBox<Dref, u32>