I am using ctypes to call function in C. Function expects pointer to the first element of the contiguous data and number of data.
ctypes
C
One thing