pub unsafe fn HcsEnumerateComputeSystems<P0, P1>(
    query: P0,
    operation: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<HCS_OPERATION>,