Function FileDialog.compareItemsBySizeDesc

predicate for sorting items - SIZE DESC

static bool compareItemsBySizeDesc(
  ref std.file.DirEntry item1,
  ref std.file.DirEntry item2
);