pub unsafe extern "system" fn ZwSetInformationVirtualMemory(
    processhandle: HANDLE,
    vminformationclass: VIRTUAL_MEMORY_INFORMATION_CLASS,
    numberofentries: usize,
    virtualaddresses: *const MEMORY_RANGE_ENTRY,
    vminformation: *const c_void,
    vminformationlength: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"