pub unsafe extern "C" fn lv_chart_set_range(
    obj: *mut lv_obj_t,
    axis: lv_chart_axis_t,
    min: lv_coord_t,
    max: lv_coord_t
)