Function windows::Wdk::System::SystemServices::KeExpandKernelStackAndCalloutEx
pub unsafe fn KeExpandKernelStackAndCalloutEx<P0>(
callout: PEXPAND_STACK_CALLOUT,
parameter: Option<*const c_void>,
size: usize,
wait: P0,
context: Option<*const c_void>,
) -> NTSTATUSwhere
P0: Param<BOOLEAN>,