pub fn begin_data_variant<W: Writer>(
w: &mut WxfWriter<W>,
head: &str,
name: &str,
n_data: usize,
) -> Result<(), Error>Expand description
Begin a data-carrying variant: head["VariantName", data...].
The caller writes the n_data payload values immediately after.