pub fn write_optional_string( writer: &mut impl Write, s: &Option<String>, ) -> Result<(), WalletError>
Write an optional string. None writes the full varint NegativeOne sentinel.