#pragma once #include typedef struct { uint8_t* data; uint32_t len; } zbuf_t;