This function gets the version of the dynamically linked SDL_image library.
Defined in <SDL_image.h>
const SDL_version * IMG_Linked_Version(void);
(const SDL_version *) Returns SDL_image version.
it should NOT be used to fill a version structure, instead you should use the SDL_IMAGE_VERSION() macro.