pub unsafe extern "C" fn ImPlot3D_PlotMesh_U8Ptr(
label_id: *const c_char,
vtx_xs: *const ImU8,
vtx_ys: *const ImU8,
vtx_zs: *const ImU8,
idxs: *const c_uint,
vtx_count: c_int,
idx_count: c_int,
spec: ImPlot3DSpec_c,
)