#ifndef LIBIPC
#define LIBIPC
#include <stdint.h>
void* ipc_context_init (void);
void ipc_context_deinit (void* ctx);
#endif