I want to create a function, which creates a 2d array of cdef class
cdef class
cdef PyObject* create(): cdef PyObject* cells[2][2] cdef Cell cell fo