Prototype

extern(C) GLFWcursor* glfwCreateCursor(
  const(GLFWimage)* image,
  int xhot,
  int yhot
) nothrow;