pub type lh_position_t = lh_position;
#[repr(C)]pub struct lh_position_t { pub x: f32, pub y: f32, pub width: f32, pub height: f32, }
x: f32
y: f32
width: f32
height: f32