int64 read 0d..3d write 0d..7d
add ability to read/write int64 data. The HDF5 Fortran interface doesn't currently have an H5T_NATIVE_INT64 so we assume the int64 data on disk is H5T_STD_LE64.
If needed, we can add read int64 for 4d..7d in the future.