pub type drm_scatter_gather_t = drm_scatter_gather;
#[repr(C)]pub struct drm_scatter_gather_t { pub size: u64, pub handle: u64, }
size: u64
handle: u64