pub unsafe extern "C" fn CFStringGetLineBounds(
    theString: *const __CFString,
    range: CFRange,
    lineBeginIndex: *mut isize,
    lineEndIndex: *mut isize,
    contentsEndIndex: *mut isize
)