Prototype

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