pub type UrlBox = MP4Box<FullBox<Url, u32>>;
pub struct UrlBox { pub inner: FullBox<Url, u32>, }
inner: FullBox<Url, u32>