[][src]Type Definition ntapi::ntmmapi::NtFreeVirtualMemory

type NtFreeVirtualMemory = unsafe extern "system" fn(ProcessHandle: HANDLE, BaseAddress: *mut PVOID, RegionSize: PSIZE_T, FreeType: ULONG) -> NTSTATUS;