pub unsafe extern "C" fn uiAttributedStringForEachAttribute(
    s: *const uiAttributedString,
    f: Option<unsafe extern "C" fn(_: *const uiAttributedString, _: *const uiAttribute, _: usize, _: usize, _: *mut c_void) -> u32>,
    data: *mut c_void
)