Function windows::Win32::System::Memory::PrefetchVirtualMemory
pub unsafe fn PrefetchVirtualMemory<P0>(
hprocess: P0,
virtualaddresses: &[WIN32_MEMORY_RANGE_ENTRY],
flags: u32,
) -> Result<()>where
P0: Param<HANDLE>,