pub unsafe extern "C" fn igSliderBehavior(
bb: ImRect_c,
id: ImGuiID,
data_type: ImGuiDataType,
p_v: *mut c_void,
p_min: *const c_void,
p_max: *const c_void,
format: *const c_char,
flags: ImGuiSliderFlags,
out_grab_bb: *mut ImRect,
) -> bool