pub type vpx_rational_t = vpx_rational;
#[repr(C)]pub struct vpx_rational_t { pub num: i32, pub den: i32, }
num: i32
den: i32