Function windows::Wdk::Storage::FileSystem::ZwQueryVirtualMemory
pub unsafe fn ZwQueryVirtualMemory<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>,