pub type POINTFX = tagPOINTFX;
#[repr(C)]pub struct POINTFX { pub x: _FIXED, pub y: _FIXED, }
x: _FIXED
y: _FIXED