pub type lh_border_t = lh_border;
#[repr(C)]pub struct lh_border_t { pub width: f32, pub style: i32, pub color: lh_web_color, }
width: f32
style: i32
color: lh_web_color