go-waku/library/c/cgo_utils.h

6 lines
164 B
C
Raw Normal View History

2023-08-10 13:30:38 +00:00
#include <stdlib.h>
#include <stdint.h>
typedef void (*WakuCallBack) (const char* msg, size_t len_0);
typedef void (*BytesCallBack) (uint8_t* data, size_t len_0);