ctypedef char* LPSTR def typedef_delegation(): """ >>> typedef_delegation() """ cdef LPSTR c_str = b"ascii" assert c_str == b"ascii"