Function tree_sitter_c2rust::core::ts_tree_new

source ·
#[no_mangle]
pub unsafe extern "C" fn ts_tree_new(
    root: Subtree,
    language: *const TSLanguage,
    included_ranges: *const TSRange,
    included_range_count: c_uint
) -> *mut TSTree