// Id returns the id of the pool. func (pool *Pool) Id() int64 { return int64(C.rados_ioctx_get_id(pool.context)) }
func (r *RadosIoCtx) GetId() uint64 { id := C.rados_ioctx_get_id(*r.ctx) return uint64(id) }