a = 3 cdef void* allowed = a cdef double* disallowed = a _ERRORS = u""" 5:26: Python objects can only be cast to void* """