1 2 3 4 5
// bindgen-flags: --raw-line "#![cfg(not(test))]" -- --target=i686-pc-win32 typedef void (__stdcall *void_fn)(); typedef void_fn (__stdcall *fn)(int id);