pub type drm_unique_t = drm_unique;
struct drm_unique_t { pub unique_len: u32, pub unique: *mut i8, }
unique_len: u32
unique: *mut i8