Prototype

extern(C) extern glfwSetWindowIconifyCallback(
  GLFWwindow* window,
  extern(C) nothrow void function(GLFWwindow*, int) cbfun
) nothrow nothrow;