KeExpandKernelStackAndCallout

NTSTATUS __stdcall KeExpandKernelStackAndCallout(PEXPAND_STACK_CALLOUT Callout, PVOID Parameter, _SIZE_T Size){
  return KeExpandKernelStackAndCalloutInternal(Callout, Parameter, *(UINT64 *)&Size, 2, 0i64);
}

Referenced by:

IovpLogStackTrace
KiFilterFiberContext