func (d *Database) EnsureHashIndex(
    coll string, fields []string,
    opts *driver.EnsureHashIndexOptions,
) (driver.Index, bool, error) {
    var idx driver.Index