Function implot_sys::ImPlot_PlotShadedG[][src]

pub unsafe extern "C" fn ImPlot_PlotShadedG(
    label_id: *const c_char,
    getter1: Option<unsafe extern "C" fn(data: *mut c_void, idx: c_int) -> *mut ImPlotPoint>,
    data1: *mut c_void,
    getter2: Option<unsafe extern "C" fn(data: *mut c_void, idx: c_int) -> *mut ImPlotPoint>,
    data2: *mut c_void,
    count: c_int,
    offset: c_int
)