pub type drm_lock_t = drm_lock;
struct drm_lock_t { pub context: i32, pub flags: u32, }
context: i32
flags: u32