pub unsafe extern "C" fn QueryVirtualMemoryInformation(
Process: HANDLE,
VirtualAddress: *const c_void,
MemoryInformationClass: WIN32_MEMORY_INFORMATION_CLASS,
MemoryInformation: PVOID,
MemoryInformationSize: SIZE_T,
ReturnSize: PSIZE_T,
) -> BOOL