pub unsafe fn VirtualProtect(
    lpaddress: *const c_void,
    dwsize: usize,
    flnewprotect: PAGE_PROTECTION_FLAGS,
    lpfloldprotect: *mut PAGE_PROTECTION_FLAGS
) -> BOOL
Expand description

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’