pub type DynamicCustomNode = Arc<dyn CustomNodeAdapter + Send + Sync>;
pub struct DynamicCustomNode { /* private fields */ }