CGImageDestinationCreateWithDataConsumer

Function CGImageDestinationCreateWithDataConsumer 

Source
pub unsafe extern "C-unwind" fn CGImageDestinationCreateWithDataConsumer(
    consumer: &CGDataConsumer,
    type: &CFString,
    count: usize,
    options: Option<&CFDictionary>,
) -> Option<CFRetained<CGImageDestination>>
👎Deprecated: renamed to CGImageDestination::with_data_consumer
Available on crate features CGImageDestination and objc2-core-graphics only.