ImPlot_PlotPieChart_S64PtrPlotFormatter

Function ImPlot_PlotPieChart_S64PtrPlotFormatter 

Source
pub unsafe extern "C" fn ImPlot_PlotPieChart_S64PtrPlotFormatter(
    label_ids: *const *const c_char,
    values: *const ImS64,
    count: c_int,
    x: f64,
    y: f64,
    radius: f64,
    fmt: ImPlotFormatter,
    fmt_data: *mut c_void,
    angle0: f64,
    flags: ImPlotPieChartFlags,
)