pub unsafe extern "C" fn lv_clamp_width(
width: lv_coord_t,
min_width: lv_coord_t,
max_width: lv_coord_t,
ref_width: lv_coord_t,
) -> lv_coord_tpub unsafe extern "C" fn lv_clamp_width(
width: lv_coord_t,
min_width: lv_coord_t,
max_width: lv_coord_t,
ref_width: lv_coord_t,
) -> lv_coord_t