fn collect_initial_glyphs<T>( machine: &ExtendedStateTable<'_, T>, glyphs: &mut U32Set, num_glyphs: u32, )where T: FixedSize + AnyBitPattern, StateEntry<T>: KerxStateEntryExt,