pub unsafe extern "C" fn ImPlot_PlotHeatmap_doublePtr(
label_id: *const c_char,
values: *const f64,
rows: c_int,
cols: c_int,
scale_min: f64,
scale_max: f64,
label_fmt: *const c_char,
bounds_min: ImPlotPoint,
bounds_max: ImPlotPoint,
flags: ImPlotHeatmapFlags,
)