Function SDL_min

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