ImPlot_PlotErrorBars_U32PtrU32PtrU32PtrInt

Function ImPlot_PlotErrorBars_U32PtrU32PtrU32PtrInt 

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