pub unsafe fn KeExpandKernelStackAndCalloutEx<P0>(
    callout: PEXPAND_STACK_CALLOUT,
    parameter: Option<*const c_void>,
    size: usize,
    wait: P0,
    context: Option<*const c_void>,
) -> NTSTATUS
where P0: Param<BOOLEAN>,