I would like to have a immutable and unique Identifier for each ID(data-block).
Currently, it is almost impossible to keep track of a specific ID via python.
The best we can manage is using the name of the ID, which is mutable and may be automatically renamed as blah.001
.