fn value_variant_to_xml<W: Write>(
    w: &mut XmlEmitter<W>,
    value: &Value
) -> Result<(), ErrorKind>