pub unsafe extern "C" fn ImPlot3D_PlotSurface_doublePtr(
label_id: *const c_char,
xs: *const f64,
ys: *const f64,
zs: *const f64,
x_count: c_int,
y_count: c_int,
scale_min: f64,
scale_max: f64,
flags: ImPlot3DSurfaceFlags,
offset: c_int,
stride: c_int,
)