Recursively remove padding from compound data type
Syntax
H5T.pack(type_id)
Description
H5T.pack(type_id) recursively removes padding
from within a compound data type to make it more efficient (space-wise)
to store that data. type_id is a data type identifier.