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