zhuffman_decode
int z = zhuffman_decode(a, &a->z_length);
z = zhuffman_decode(a, &a->z_distance);
int c = zhuffman_decode(a, &z_codelength);