@param root, index, value: The root of segment tree and @ change the node's value with [index, index] to the new given value @return: void
(SegmentTreeNode root, int index, int value)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected