Add whosmat() to list variables without loading data
Add a unified whosmat() function that lists variables (name, shape, class) in MATLAB files across all versions. Delegates to scipy.io.whosmat for v4-v7.2 and uses a new _whosmat_hdf5() helper for v7.3 (HDF5) files.
Closes #23 (closed)