CGPDFDocumentCreateWithProvider

Function CGPDFDocumentCreateWithProvider 

Source
pub extern "C-unwind" fn CGPDFDocumentCreateWithProvider(
    provider: Option<&CGDataProvider>,
) -> Option<CFRetained<CGPDFDocument>>
👎Deprecated: renamed to CGPDFDocument::with_provider
Available on crate features CGDataProvider and CGPDFDocument only.