Function windows_sys::Wdk::Storage::FileSystem::ZwQueryVirtualMemory
pub unsafe extern "system" fn ZwQueryVirtualMemory(
processhandle: HANDLE,
baseaddress: *const c_void,
memoryinformationclass: MEMORY_INFORMATION_CLASS,
memoryinformation: *mut c_void,
memoryinformationlength: usize,
returnlength: *mut usize,
) -> NTSTATUS