pub unsafe extern "C" fn CFAttributedStringGetAttributeAndLongestEffectiveRange(
    aStr: *const __CFAttributedString,
    loc: isize,
    attrName: *const __CFString,
    inRange: CFRange,
    longestEffectiveRange: *mut CFRange,
) -> *const c_void