pub unsafe extern "C" fn lv_spinbox_set_range(
    obj: *mut lv_obj_t,
    range_min: i32,
    range_max: i32
)