Prototype

extern(C) GLFWwindow* glfwCreateWindow(
  int width,
  int height,
  const(char)* title,
  GLFWmonitor* monitor,
  GLFWwindow* share
) nothrow;