[][src]Function implot_sys::ImPlot_PlotBarsHFloatPtrIntFloat

pub unsafe extern "C" fn ImPlot_PlotBarsHFloatPtrIntFloat(
    label_id: *const c_char,
    values: *const f32,
    count: c_int,
    height: f32,
    shift: f32,
    offset: c_int,
    stride: c_int
)