1 /* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
2 
3 #include <stdarg.h>
4 #include <stdbool.h>
5 #include <stddef.h>
6 #include <stdint.h>
7 #include <stdlib.h>
8 
9 
10 /**
11  * This function will print Hello World.
12  */
13 bool hello(void);
14