Prototype

extern(C) void glfwSetWindowMonitor(
  GLFWwindow* window,
  GLFWmonitor* monitor,
  int xpos,
  int ypos,
  int width,
  int height,
  int refreshRate
) nothrow;