pub unsafe extern "C-unwind" fn CFAttributedStringGetAttributeAndLongestEffectiveRange(
a_str: &CFAttributedString,
loc: CFIndex,
attr_name: Option<&CFString>,
in_range: CFRange,
longest_effective_range: *mut CFRange,
) -> Option<CFRetained<CFType>>👎Deprecated:
renamed to CFAttributedString::attribute_and_longest_effective_range
Available on crate feature
CFAttributedString only.