pub type vp9_ref_frame_t = vp9_ref_frame;
#[repr(C)]pub struct vp9_ref_frame_t { pub idx: i32, pub img: vpx_image, }
idx: i32
img: vpx_image