EVUTIL_EAI_FAIL

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum EVUTIL_EAI_FAIL;
    extern (C) nothrow
    static if(is(typeof(EAI_FAIL)))
    enum EVUTIL_EAI_FAIL = EAI_FAIL;
  2. enum EVUTIL_EAI_FAIL;

Meta