pub type XcursorComment = _XcursorComment;
struct XcursorComment { pub version: u32, pub comment_type: u32, pub comment: *mut i8, }
version: u32
comment_type: u32
comment: *mut i8