Function windows_sys::Wdk::Storage::FileSystem::NtSetInformationVirtualMemory
pub unsafe extern "system" fn NtSetInformationVirtualMemory(
processhandle: HANDLE,
vminformationclass: VIRTUAL_MEMORY_INFORMATION_CLASS,
numberofentries: usize,
virtualaddresses: *const MEMORY_RANGE_ENTRY,
vminformation: *const c_void,
vminformationlength: u32,
) -> NTSTATUS