const winh = @cImport({ @cInclude("windows.h"); @cInclude("winuser.h"); }); pub fn main() void { _ = winh.MessageBoxA(null, "world", "hello", 0); }