Issue with the reading of the variable-length array

Solved
Elena Pourmal answered already over contact form.
I mistaken about the output of H5Dread as char * with the data of the
variable-length array itself
The output is hvl_t * , which has pointer to the data, allocated
internally by the library, and data length

Vadim Karpenko