AXTextMarkerCreate

Function AXTextMarkerCreate 

Source
pub unsafe extern "C-unwind" fn AXTextMarkerCreate(
    allocator: Option<&CFAllocator>,
    bytes: NonNull<u8>,
    length: CFIndex,
) -> CFRetained<AXTextMarker>
👎Deprecated: renamed to AXTextMarker::new
Available on crate feature AXUIElement only.