pub type drm_agp_buffer_t = drm_agp_buffer;
struct drm_agp_buffer_t { pub size: u64, pub handle: u64, pub type_: u64, pub physical: u64, }
size: u64
handle: u64
type_: u64
physical: u64