CGPDFDictionaryGetArray

Function CGPDFDictionaryGetArray 

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