Prototype

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