KeExpandKernelStackAndCalloutEx

NTSTATUS __stdcall KeExpandKernelStackAndCalloutEx(
        PEXPAND_STACK_CALLOUT Callout,
        PVOID Parameter,
        SIZE_T Size,
        BOOL Wait,
        PVOID Context){
  return KeExpandKernelStackAndCalloutInternal(Callout, Parameter, Size);
}

Referenced by:

IopIssueSystemEnvironmentRequest
ViPoolLogStackTrace
sub_1406F301C