Prototype

extern(C) extern glfwSetDropCallback(
  GLFWwindow* window,
  extern(C) nothrow void function(GLFWwindow*, int, const(char*)*) cbfun
) nothrow nothrow;