[][src]Function winapi::um::memoryapi::VirtualProtectEx

pub unsafe extern "system" fn VirtualProtectEx(
    hProcess: HANDLE,
    lpAddress: LPVOID,
    dwSize: SIZE_T,
    flNewProtect: DWORD,
    lpflOldProtect: PDWORD
) -> BOOL