pub unsafe extern "system" fn KeExpandKernelStackAndCalloutEx(
    callout: PEXPAND_STACK_CALLOUT,
    parameter: *const c_void,
    size: usize,
    wait: BOOLEAN,
    context: *const c_void
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation"