ImPlot_SetupAxisTicks_doublePtr

Function ImPlot_SetupAxisTicks_doublePtr 

Source
pub unsafe extern "C" fn ImPlot_SetupAxisTicks_doublePtr(
    axis: ImAxis,
    values: *const f64,
    n_ticks: c_int,
    labels: *const *const c_char,
    keep_default: bool,
)