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