pub unsafe extern "C" fn lv_chart_set_value_by_id(
    obj: *mut lv_obj_t,
    ser: *mut lv_chart_series_t,
    id: u16,
    value: lv_coord_t
)