cdef class T: cdef int a[1] cdef object b cdef void f(void *obj): ( obj).a[0] = 1 b = None f(NULL)