pub unsafe extern "C" fn ImPlot_PlotImage(
label_id: *const c_char,
tex_ref: ImTextureRef,
bounds_min: *const ImPlotPoint,
bounds_max: *const ImPlotPoint,
uv0: *const ImVec2,
uv1: *const ImVec2,
tint_col: *const ImVec4,
flags: ImPlotImageFlags,
)