pub fn write_optional_bytes_with_flag_fixed( writer: &mut impl Write, data: Option<&[u8]>, ) -> Result<(), WalletError>
Write optional bytes with flag but without length prefix (fixed-size like txid).