[][src]Function implot_sys::ImPlot_SetNextPlotTicksXdouble

pub unsafe extern "C" fn ImPlot_SetNextPlotTicksXdouble(
    x_min: f64,
    x_max: f64,
    n_ticks: c_int,
    labels: *mut *const c_char,
    show_default: bool
)