pub unsafe extern "C-unwind" fn CGPDFContextCreateWithURL(
url: Option<&CFURL>,
media_box: *const CGRect,
auxiliary_info: Option<&CFDictionary>,
) -> Option<CFRetained<CGContext>>Available on crate features
CGContext and CGPDFContext only.Expand description
ยงSafety
media_boxmust be a valid pointer or null.auxiliary_infogenerics must be of the correct type.