pub type MetaTransform = Box<dyn Fn(&mut (dyn AssetMetaDyn + 'static)) + Sync + Send>;
struct MetaTransform(/* private fields */);