I need to send big fixed sized buffers from python to c/c++ code side. From python side I have buffers in form of:
array = np.zeros([1000], dtype=np.uint8) array