pub type drm_ctx_priv_map_t = drm_ctx_priv_map;
struct drm_ctx_priv_map_t { pub ctx_id: u32, pub handle: *mut c_void, }
ctx_id: u32
handle: *mut c_void