Closes https://github.com/ppy/osu/issues/24079.
getGuestMapper()
Disturbing because name suggests pure method, but it is in fact `void` and also performs side effects by about the most confusing means possible.
BeatmapSet
LinkFlowContainer
guestMapperContainer
tests don't use it
BeatmapPicker
Converts
DifficultyIcon
APIBeatmap
APIBeatmapSet
Saves a whole list allocation
Also cleans up some weird code