pub unsafe fn HcsTerminateComputeSystem<P0, P1, P2>(
    computesystem: P0,
    operation: P1,
    options: P2
) -> Result<()>
where P0: IntoParam<HCS_SYSTEM>, P1: IntoParam<HCS_OPERATION>, P2: IntoParam<PCWSTR>,