ImPlot_PlotErrorBars_U8PtrU8PtrU8PtrInt

Function ImPlot_PlotErrorBars_U8PtrU8PtrU8PtrInt 

Source
pub unsafe extern "C" fn ImPlot_PlotErrorBars_U8PtrU8PtrU8PtrInt(
    label_id: *const c_char,
    xs: *const ImU8,
    ys: *const ImU8,
    err: *const ImU8,
    count: c_int,
    flags: ImPlotErrorBarsFlags,
    offset: c_int,
    stride: c_int,
)