pub type FT_Vector = FT_Vector_;
#[repr(C)]pub struct FT_Vector { pub x: i64, pub y: i64, }
x: i64
y: i64