pub unsafe extern "C-unwind" fn AXTextMarkerRangeCreateWithBytes(
allocator: Option<&CFAllocator>,
start_marker_bytes: NonNull<u8>,
start_marker_length: CFIndex,
end_marker_bytes: NonNull<u8>,
end_marker_length: CFIndex,
) -> CFRetained<AXTextMarkerRange>👎Deprecated:
renamed to AXTextMarkerRange::with_bytes
Available on crate features
AXUIElement and HIServices only.