DISCORD_EXPORT.pre

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum pre;
    template DISCORD_EXPORT(string f)
    version(Windows)
    package extern (C)
    enum pre = "export extern (C) ";
  2. enum pre;

Meta