Function ts_node_new

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