Function 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