Prototype

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