Function tree_sitter_c2rust::ffi::ts_tree_get_changed_ranges

source ยท
#[no_mangle]
pub unsafe extern "C" fn ts_tree_get_changed_ranges(
    old_tree: *const TSTree,
    new_tree: *const TSTree,
    length: *mut c_uint,
) -> *mut TSRange