pub type FtypBox = Ftyp;
pub struct FtypBox { pub major_brand: [u8; 4], pub minor_version: u32, pub compatible_brands: Vec<[u8; 4]>, }
major_brand: [u8; 4]
minor_version: u32
compatible_brands: Vec<[u8; 4]>