pub type StszBox = MP4Box<FullBox<Stsz, u32>>;
pub struct StszBox { pub inner: FullBox<Stsz, u32>, }
inner: FullBox<Stsz, u32>