type BytesLoaderImpl = Arc<dyn BytesLoader + Send + Sync + 'static>;
struct BytesLoaderImpl { /* private fields */ }