pub unsafe extern "C" fn lv_chart_hide_series(
    chart: *mut lv_obj_t,
    series: *mut lv_chart_series_t,
    hide: bool
)