pub fn write_raw_bytes( writer: &mut impl Write, data: &[u8], ) -> Result<(), WalletError>
Write raw bytes without length prefix.