pub type drm_scatter_gather_t = drm_scatter_gather;
struct drm_scatter_gather_t { pub size: u64, pub handle: u64, }
size: u64
handle: u64