pub type ArrangerPtr = Box<dyn Arranger>;
Reference to an arranger.
struct ArrangerPtr(/* private fields */);