Prototype

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