Value :: close - Close value handle
The function is closing the value handle. When more than one value handle are referring to the same value handle, the value handle instance will be released, when closing the last value handle referring to the value handle instance.
Implementation details
Value  :: 
close (  )
After closing, the value is not accessible anymore.