pub type aom_fixed_buf_t = aom_fixed_buf;
#[repr(C)]pub struct aom_fixed_buf_t { pub buf: *mut c_void, pub sz: usize, }
buf: *mut c_void
sz: usize