pub type AssetReadGuard<T> = AssetReadGuard<'static, T>;
struct AssetReadGuard<T> { /* private fields */ }