pub fn prepare_elements_set<E, M>(
element: &UntrackedSymbol<TypeId>,
ext_memory: &mut E,
registry: &M::TypeRegistry,
propagated: Propagated,
) -> Result<SequenceDraft, RegistryError<E>>where
E: ExternalMemory,
M: AsFillMetadata<E>,