AXTextMarkerRangeCreate

Function AXTextMarkerRangeCreate 

Source
pub unsafe extern "C-unwind" fn AXTextMarkerRangeCreate(
    allocator: Option<&CFAllocator>,
    start_marker: &AXTextMarker,
    end_marker: &AXTextMarker,
) -> CFRetained<AXTextMarkerRange>
👎Deprecated: renamed to AXTextMarkerRange::new
Available on crate feature AXUIElement only.