pub type DirectCreationCallback = Box<dyn FnOnce(HashMap<String, Box<dyn Output>>, HashMap<String, Box<dyn Input>>) -> Vec<TrackFuture> + Send>;
pub struct DirectCreationCallback(/* private fields */);