pub unsafe fn HcsOpenComputeSystem<P0>(
    id: P0,
    requestedaccess: u32,
) -> Result<HCS_SYSTEM>
where P0: Param<PCWSTR>,