Prototype

extern(C) void glfwGetVersion(
  int* major,
  int* minor,
  int* rev
) nothrow;