pub fn write_field<T: EpeeValue, W: Write>( val: &T, field_name: &str, w: &mut W, ) -> Result<()>
Write an epee field.