Prototype

extern(C) void glfwGetMonitorPos(
  GLFWmonitor* monitor,
  int* xpos,
  int* ypos
) nothrow;