pub type XCircle = _XCircle;
struct XCircle { pub x: i32, pub y: i32, pub radius: i32, }
x: i32
y: i32
radius: i32