pub async fn data_variant_roundtrip(test: &mut Test) -> Result<()>
End-to-end CRUD test for a data-carrying enum (all variants have fields). Creates records with different variants, reads them back, and verifies roundtrip.