1 2 3 4 5
// bindgen-flags: --dynamic-loading TestLib int foo(int x, int y); int bar(void *x); int baz();