TRX_MAGIC
if (buf[0x000 / 4] == TRX_MAGIC) {
uint32_t trx_magic = TRX_MAGIC;
if (trx->magic != cpu_to_le32(TRX_MAGIC))