Prototype

extern(C) void glfwSetWindowSize(
  GLFWwindow* window,
  int width,
  int height
) nothrow;