Prototype

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