Returns the pointer address of a reference as a hexadecimal string that can be used for debugging.
function referencePointerString<A> input A ref; output String str; end referencePointerString;