stbi_png_info_from_file
res = stbi_png_info_from_file(f, x, y, comp);
extern int stbi_png_info_from_file (FILE *f, int *x, int *y, int *comp);
if (stbi_png_info_from_file(f, x, y, comp))
extern int stbi_png_info_from_file (FILE *f, int *x, int *y, int *comp);