pub unsafe fn HcsCreateComputeSystem<P0, P1, P2>(
    id: P0,
    configuration: P1,
    operation: P2,
    securitydescriptor: Option<*const SECURITY_DESCRIPTOR>
) -> Result<HCS_SYSTEM>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<HCS_OPERATION>,