ImPlot_PlotHistogram_S32Ptr

Function ImPlot_PlotHistogram_S32Ptr 

Source
pub unsafe extern "C" fn ImPlot_PlotHistogram_S32Ptr(
    label_id: *const c_char,
    values: *const ImS32,
    count: c_int,
    bins: c_int,
    bar_scale: f64,
    range: ImPlotRange,
    flags: ImPlotHistogramFlags,
) -> f64