pub fn load_mat_file(path: &str) -> Result<Value, String>
Loads a MATLAB Level 5/7 MAT file and returns a Value::Struct.
Value::Struct
Requires the mat Cargo feature; without it, always returns an error.
mat