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