pub type fc2AVIOption = _fc2AVIOption;
#[repr(C)]pub struct fc2AVIOption { pub frameRate: f32, pub reserved: [u32; 256], }
frameRate: f32
reserved: [u32; 256]