ImPlot_PlotHistogram2D_S8Ptr

Function ImPlot_PlotHistogram2D_S8Ptr 

Source
pub unsafe extern "C" fn ImPlot_PlotHistogram2D_S8Ptr(
    label_id: *const c_char,
    xs: *const ImS8,
    ys: *const ImS8,
    count: c_int,
    x_bins: c_int,
    y_bins: c_int,
    range: ImPlotRect,
    flags: ImPlotHistogramFlags,
) -> f64