fn transform_in_memory_atoms( atoms: &BTreeMap<String, (Option<String>, OwnedBuffer, Option<&UserAnnotations>)>, ) -> Result<(IndexMap<String, Atom>, BTreeMap<String, OwnedBuffer>), ManifestError>