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_bytesAvailable on crate feature
AXUIElement only.