Function KeExpandKernelStackAndCalloutEx
pub unsafe fn KeExpandKernelStackAndCalloutEx(
callout: PEXPAND_STACK_CALLOUT,
parameter: Option<*const c_void>,
size: usize,
wait: bool,
context: Option<*const c_void>,
) -> NTSTATUS