Function tree_sitter_c2rust::ffi::ts_range_array_get_changed_ranges

source ยท
#[no_mangle]
pub unsafe extern "C" fn ts_range_array_get_changed_ranges(
    old_ranges: *const TSRange,
    old_range_count: c_uint,
    new_ranges: *const TSRange,
    new_range_count: c_uint,
    differences: *mut TSRangeArray,
)