5 #ifndef SKYWAY_RUST_FUNCTIONS_H 6 #define SKYWAY_RUST_FUNCTIONS_H 34 #endif // SKYWAY_RUST_FUNCTIONS_H PluginLoadResult create_data_callback(char *parameter)
void register_program_state(bool_void_func is_running_c, bool_void_func is_shutting_down_c, void_double_func sleep_c, void_void_func wait_for_shutdown_c, void_void_func shutdown_c)
char * call_service(const char *message)
void register_logger(void_char_func debug, void_char_func info, void_char_func warn, void_char_func error)
void print_string(char *message)
void join_handler(void *handler)
void register_callbacks(Function &functions)
void create_peer_callback(char *peer_id, char *token)
void(*)(char *) void_char_func
void(*)(double) void_double_func
void wait_for_shutdown_c()
void release_string(char *message)
bool is_shutting_down_c()
void peer_deleted_callback()
void data_connection_close_event_callback(char *data_connection_id)