pub unsafe extern "C" fn lv_chart_set_series_color(
    chart: *mut lv_obj_t,
    series: *mut lv_chart_series_t,
    color: lv_color_t
)