C Ctypes Python Python C Extension Obtaining Address Of Custom Data-type In C From Python Using Ctypes June 02, 2023 Post a Comment I have a vector struct in C with the following fields, struct vector { unsigned char* data; … Read more Obtaining Address Of Custom Data-type In C From Python Using Ctypes