#ifndef __RUST_ASYNC_EXECUTOR_UV_H__
#define __RUST_ASYNC_EXECUTOR_UV_H__
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct RustAsyncExecutorUvLoop RustAsyncExecutorUvLoop;
#ifdef __cplusplus
extern "C" {
#endif
void rust_async_executor_uv_init(RustAsyncExecutorUvLoop *uv_loop);
#ifdef __cplusplus
} #endif
#endif