def func(x): return ffi.sizeof(x)
def gc_delalloc(items, type): p = gc.boehm_malloc(items * sizeof(type)) return cast(p, Pointer[type])