ImPlot_PlotBarsHG

Function ImPlot_PlotBarsHG 

Source
pub unsafe extern "C" fn ImPlot_PlotBarsHG(
    label_id: *const c_char,
    getter: Option<unsafe extern "C" fn(data: *mut c_void, idx: c_int) -> *mut ImPlotPoint>,
    data: *mut c_void,
    count: c_int,
    height: f64,
    offset: c_int,
)