Function ImPlot_PlotImage

Source
pub unsafe extern "C" fn ImPlot_PlotImage(
    label_id: *const c_char,
    user_texture_id: ImTextureID,
    bounds_min: ImPlotPoint,
    bounds_max: ImPlotPoint,
    uv0: ImVec2,
    uv1: ImVec2,
    tint_col: ImVec4,
)