Prototype

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