pub fn decode_collection_vector_entity_id(key: &[u8]) -> Option<EntityId>
Decode the entity ID from a collection vector key.
Returns None if the key doesn’t have the correct format.
None