pub fn open(path: &Path) -> Result<EseHeader, EseError>
Open an ESE database file and return the parsed header.
Returns EseError if the file cannot be read or is not a valid ESE database.
EseError