CGPDFDictionaryGetBoolean

Function CGPDFDictionaryGetBoolean 

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