pub type drm_buf_free_t = drm_buf_free;
struct drm_buf_free_t { pub count: i32, pub list: *mut i32, }
count: i32
list: *mut i32