ImPlot_PlotHistogram2D_S32Ptr

Function ImPlot_PlotHistogram2D_S32Ptr 

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