fn main() { windows::build! { Windows::Win32::{ System::{ Memory::{ VirtualFree, VirtualAlloc, VirtualProtect, PAGE_PROTECTION_FLAGS, }, }, }, }; }