H5_CRC
assign_bit(H5_CRC, &h5->flags, data[2] & 0x10);
clear_bit(H5_CRC, &h5->flags);
hdr[0] |= (test_bit(H5_CRC, &h5->flags) && 1) << 6;