Prototype

extern(C) void glfwSetClipboardString(
  GLFWwindow* window,
  const(char)* str
) nothrow;