pub type PointI = ZXing_PointI;
#[repr(C)]pub struct PointI { pub x: i32, pub y: i32, }
x: i32
y: i32