pub unsafe extern "C-unwind" fn CVOpenGLTextureCacheCreate(
allocator: Option<&CFAllocator>,
cache_attributes: Option<&CFDictionary>,
cgl_context: CGLContextObj,
cgl_pixel_format: CGLPixelFormatObj,
texture_attributes: Option<&CFDictionary>,
cache_out: NonNull<*mut CVOpenGLTextureCache>,
) -> CVReturn👎Deprecated: renamed to
CVOpenGLTextureCache::createAvailable on crate feature
CVOpenGLTextureCache and crate feature CVReturn and crate feature objc2-open-gl and macOS only.