CGPDFDictionaryGetObject

Function CGPDFDictionaryGetObject 

Source
pub unsafe extern "C-unwind" fn CGPDFDictionaryGetObject(
    dict: CGPDFDictionaryRef,
    key: NonNull<c_char>,
    value: *mut CGPDFObjectRef,
) -> bool
👎Deprecated: renamed to CGPDFDictionary::object
Available on crate features CGPDFDictionary and CGPDFObject only.