CGImageSourceCopyPropertiesAtIndex

Function CGImageSourceCopyPropertiesAtIndex 

Source
pub unsafe extern "C-unwind" fn CGImageSourceCopyPropertiesAtIndex(
    isrc: &CGImageSource,
    index: usize,
    options: Option<&CFDictionary>,
) -> Option<CFRetained<CFDictionary>>
👎Deprecated: renamed to CGImageSource::properties_at_index
Available on crate feature CGImageSource only.