pub type XSpanFix = _XSpanFix;
struct XSpanFix { pub left: i32, pub right: i32, pub y: i32, }
left: i32
right: i32
y: i32