pub fn lookup_key_info(key_hash: u64) -> Option<&'static AttrKeyInfo>Expand description
Look up a key info by its hash using the global registry.
Returns None if no key with this hash is registered.
Uses a lazy-initialized hash map for O(1) lookup after first access.