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