mbc_marshal_fetch_byte
*data = mbc_marshal_fetch_byte(mbc);
tmp = (uint16_t)mbc_marshal_fetch_byte(mbc);
tmp |= ((uint16_t)mbc_marshal_fetch_byte(mbc)) << 8;
tmp = (uint32_t)mbc_marshal_fetch_byte(mbc);
tmp |= ((uint32_t)mbc_marshal_fetch_byte(mbc)) << 8;
tmp |= ((uint32_t)mbc_marshal_fetch_byte(mbc)) << 16;
tmp |= ((uint32_t)mbc_marshal_fetch_byte(mbc)) << 24;
tmp = (uint64_t)mbc_marshal_fetch_byte(mbc) << 32;
tmp |= (uint64_t)mbc_marshal_fetch_byte(mbc) << 40;
tmp |= (uint64_t)mbc_marshal_fetch_byte(mbc) << 48;
tmp |= (uint64_t)mbc_marshal_fetch_byte(mbc) << 56;
tmp |= (uint64_t)mbc_marshal_fetch_byte(mbc);
tmp |= (uint64_t)mbc_marshal_fetch_byte(mbc) << 8;
tmp |= (uint64_t)mbc_marshal_fetch_byte(mbc) << 16;
tmp |= (uint64_t)mbc_marshal_fetch_byte(mbc) << 24;
tmp = (uint32_t)mbc_marshal_fetch_byte(mbc);
tmp |= ((uint64_t)mbc_marshal_fetch_byte(mbc)) << 8;
tmp |= ((uint64_t)mbc_marshal_fetch_byte(mbc)) << 16;
tmp |= ((uint64_t)mbc_marshal_fetch_byte(mbc)) << 24;
tmp |= ((uint64_t)mbc_marshal_fetch_byte(mbc)) << 32;
tmp |= ((uint64_t)mbc_marshal_fetch_byte(mbc)) << 40;
tmp |= ((uint64_t)mbc_marshal_fetch_byte(mbc)) << 48;
tmp |= ((uint64_t)mbc_marshal_fetch_byte(mbc)) << 56;
*cvalp++ = mbc_marshal_fetch_byte(mbc);
static uint8_t mbc_marshal_fetch_byte(mbuf_chain_t *mbc);