Prototype

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