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