CGPDFDocumentCreateWithURL

Function CGPDFDocumentCreateWithURL 

Source
pub extern "C-unwind" fn CGPDFDocumentCreateWithURL(
    url: Option<&CFURL>,
) -> Option<CFRetained<CGPDFDocument>>
👎Deprecated: renamed to CGPDFDocument::with_url
Available on crate feature CGPDFDocument only.