ImPlot_LinkNextPlotLimits

Function ImPlot_LinkNextPlotLimits 

Source
pub unsafe extern "C" fn ImPlot_LinkNextPlotLimits(
    xmin: *mut f64,
    xmax: *mut f64,
    ymin: *mut f64,
    ymax: *mut f64,
    ymin2: *mut f64,
    ymax2: *mut f64,
    ymin3: *mut f64,
    ymax3: *mut f64,
)