ImPlot_PlotHistogram2D_S64Ptr

Function ImPlot_PlotHistogram2D_S64Ptr 

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