MmUnmapViewOfSection

NTSTATUS __stdcall MmUnmapViewOfSection(_EPROCESS *Process, VOID *BaseAddress){
  return MiUnmapViewOfSection(Process, BaseAddress, 0i64);
}

Referenced by:

PsDispatchIumService