pub type drm_ctx_res_t = drm_ctx_res;
struct drm_ctx_res_t { pub count: i32, pub contexts: *mut drm_ctx, }
count: i32
contexts: *mut drm_ctx