pub(super) static EMPTY_CAST_TABLE: LazyLock<CastTable>
Static cast table that doesn’t support casting anything to anything.
Because this table doesn’t support any casting, it is okay to use it with any concrete type.