pub unsafe extern "C" fn ts_node_child_with_descendant( self_: TSNode, descendant: TSNode, ) -> TSNode
Get the node that contains descendant.
descendant
Note that this can return descendant itself.