MEMORY_BASIC_INFORMATION is imported on this line as MEMINFO, but this line still uses the original import name.
MEMORY_BASIC_INFORMATION
MEMINFO
Updating line 22 to MEMINFO fixes the issue.