Prototype

extern(C) extern glfwSetCursorPosCallback(
  GLFWwindow* window,
  extern(C) nothrow void function(GLFWwindow*, double, double) cbfun
) nothrow nothrow;