Function ImPlot_SetNextPlotLimits

Source
pub unsafe extern "C" fn ImPlot_SetNextPlotLimits(
    xmin: f64,
    xmax: f64,
    ymin: f64,
    ymax: f64,
    cond: ImGuiCond,
)