String getRelation(IStatus status, int index) { final res = _getRelation(self, status.self, index); status.checkStatus(); return res.toDartString(); // we don't free res, it's a static buffer }