Function windows::Win32::System::HostComputeSystem::HcsCreateComputeSystem
pub unsafe fn HcsCreateComputeSystem<P0, P1, P2>(
id: P0,
configuration: P1,
operation: P2,
securitydescriptor: Option<*const SECURITY_DESCRIPTOR>,
) -> Result<HCS_SYSTEM>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<HCS_OPERATION>,