stbi_jpeg_info_from_file
result = stbi_jpeg_info_from_file(f, x, y, comp);
extern int stbi_jpeg_info_from_file (FILE *f, int *x, int *y, int *comp);
extern int stbi_jpeg_info_from_file (FILE *f, int *x, int *y, int *comp);
if (stbi_jpeg_info_from_file(f, x, y, comp))
extern int stbi_jpeg_info_from_file (FILE *f, int *x, int *y, int *comp);