Function SDL_clamp

pub fn SDL_clamp<T>(x: T, a: T, b: T) -> T
where T: Copy + PartialOrd,
Available on crate feature dep_sdl3 only.