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