static REGISTERED_CLASS_NAMES: Mutex<Vec<String>>Expand description
Records every ALTREP class name registered during package_init().
After all registrations complete, assert_altrep_class_uniqueness checks
for duplicates. Using Mutex rather than RefCell because validate_altrep_class
can be called from any context during init.