mirror of
https://github.com/waku-org/nwaku.git
synced 2025-03-01 15:30:55 +00:00
7 lines
194 B
Nim
7 lines
194 B
Nim
|
|
type
|
|
WakuCallBack* = proc(callerRet: cint,
|
|
msg: ptr cchar,
|
|
len: csize_t,
|
|
userData: pointer) {.cdecl, gcsafe, raises: [].}
|