pub unsafe fn HcsModifyComputeSystem<P0, P1, P2, P3>(
    computesystem: P0,
    operation: P1,
    configuration: P2,
    identity: P3
) -> Result<()>
where P0: IntoParam<HCS_SYSTEM>, P1: IntoParam<HCS_OPERATION>, P2: IntoParam<PCWSTR>, P3: IntoParam<HANDLE>,