stbi_psd_test_file
extern int stbi_psd_test_file (FILE *f);
if (stbi_psd_test_file(f)) return stbi_psd_load_from_file(f,x,y,comp,req_comp);