#pragma once #include <stdint.h> typedef struct { uint8_t* data; uint32_t len;} zaf_buf_t;
#pragma once
#include <stdint.h>
typedef struct {
uint8_t* data;
uint32_t len;
} zaf_buf_t;