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