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