Prototype

extern(C) void glfwSetWindowPos(
  GLFWwindow* window,
  int xpos,
  int ypos
) nothrow;