pub type lh_point_t = lh_point;
#[repr(C)]pub struct lh_point_t { pub x: f32, pub y: f32, }
x: f32
y: f32