pub unsafe extern "C" fn ImPlot_DragRect(
id: c_int,
x1: *mut f64,
y1: *mut f64,
x2: *mut f64,
y2: *mut f64,
col: ImVec4,
flags: ImPlotDragToolFlags,
out_clicked: *mut bool,
out_hovered: *mut bool,
held: *mut bool,
) -> bool