Function windows::Wdk::Storage::FileSystem::NtSetInformationVirtualMemory
pub unsafe fn NtSetInformationVirtualMemory<P0>(
processhandle: P0,
vminformationclass: VIRTUAL_MEMORY_INFORMATION_CLASS,
virtualaddresses: &[MEMORY_RANGE_ENTRY],
vminformation: *const c_void,
vminformationlength: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,