pub unsafe extern "C" fn tsk_treeseq_get_node(
    self_: *const tsk_treeseq_t,
    index: tsk_id_t,
    node: *mut tsk_node_t
) -> c_int
Expand description

@brief Get a node by its index

@rst Copies a node from this tree sequence to the specified destination. @endrst @param self A pointer to a tsk_treeseq_t object. @param index The node index to copy @param node A pointer to a tsk_node_t object. @return Return 0 on success or a negative value on failure.