blob: 3b911ddae5dbd9c0e54b00ede08524958e202967 [file] [log] [blame]
// bindgen-flags: --raw-line "#![cfg(not(test))]" -- --target=i686-pc-win32
typedef void (__stdcall *void_fn)();
typedef void_fn (__stdcall *fn)(int id);