Function windows::Wdk::Storage::FileSystem::NtQueryVirtualMemory
pub unsafe fn NtQueryVirtualMemory<P0>(
processhandle: P0,
baseaddress: Option<*const c_void>,
memoryinformationclass: MEMORY_INFORMATION_CLASS,
memoryinformation: *mut c_void,
memoryinformationlength: usize,
returnlength: Option<*mut usize>,
) -> NTSTATUSwhere
P0: Param<HANDLE>,