Prototype

extern(C) void glfwSetCursorPos(
  GLFWwindow* window,
  double xpos,
  double ypos
) nothrow;