pub unsafe extern "C" fn lv_area_set_width( area_p: *mut lv_area_t, w: i32, )
Set the width of an area @param area_p pointer to an area @param w the new width of the area (w == 1 makes x1 == x2)