pub type aom_rational_t = aom_rational;
struct aom_rational_t { pub num: i32, pub den: i32, }
num: i32
den: i32