Function core_foundation_sys::string::CFStringGetLineBounds

source ยท
pub unsafe extern "C" fn CFStringGetLineBounds(
    theString: CFStringRef,
    range: CFRange,
    lineBeginIndex: *mut CFIndex,
    lineEndIndex: *mut CFIndex,
    contentsEndIndex: *mut CFIndex,
)