ImPlot_LabelAxisValue

Function ImPlot_LabelAxisValue 

Source
pub unsafe extern "C" fn ImPlot_LabelAxisValue(
    axis: ImPlotAxis,
    value: f64,
    buff: *mut c_char,
    size: c_int,
    round: bool,
)