pyrf_pmu_iterator
static void pyrf_pmu_iterator__dealloc(struct pyrf_pmu_iterator *self)
struct pyrf_pmu_iterator *itr = (void *)type->tp_alloc(type, 0);
struct pyrf_pmu_iterator *itr = (void *)self;
.tp_basicsize = sizeof(struct pyrf_pmu_iterator),