pub unsafe extern "C" fn igDragFloatRange2(
    label: *const c_char,
    v_current_min: *mut f32,
    v_current_max: *mut f32,
    v_speed: f32,
    v_min: f32,
    v_max: f32,
    format: *const c_char,
    format_max: *const c_char,
    flags: ImGuiSliderFlags
) -> bool