Function tree_sitter_c2rust::core::ts_node_new

source ·
#[no_mangle]
pub unsafe extern "C" fn ts_node_new(
    tree: *const TSTree,
    subtree: *const Subtree,
    position: Length,
    alias: c_ushort
) -> TSNode