pub unsafe fn SetThreadpoolStackInformation<P0>(
    ptpp: P0,
    ptpsi: *const TP_POOL_STACK_INFORMATION
) -> Result<()>
where P0: IntoParam<PTP_POOL>,