pngSetJmpSupported

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum pngSetJmpSupported;
  2. enum pngSetJmpSupported;
    version(!Posix)
    extern (C) nothrow @nogc
    static if(PNG_SETJMP_SUPPORTED)
    enum pngSetJmpSupported = false;
  3. enum pngSetJmpSupported;

Meta