Prototype

extern(C) void glfwSetWindowSizeLimits(
  GLFWwindow* window,
  int minwidth,
  int minheight,
  int maxwidth,
  int maxheight
) nothrow;