pub unsafe extern "C" fn TextRange_split(
    _self: *mut TextRange,
    separator: c_char,
    out: *mut ImVector<TextRange>
)