Prototype

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