ImPlot_PlotPieChart_U32PtrPlotFormatter

Function ImPlot_PlotPieChart_U32PtrPlotFormatter 

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