pub fn write_bytes( writer: &mut impl Write, data: &[u8], ) -> Result<(), WalletError>
Write varint-length-prefixed bytes.