pub type FT_UnitVector = FT_UnitVector_;
#[repr(C)]pub struct FT_UnitVector { pub x: i16, pub y: i16, }
x: i16
y: i16