pub unsafe extern "system" fn HcsCreateComputeSystem(
    id: PCWSTR,
    configuration: PCWSTR,
    operation: HCS_OPERATION,
    securitydescriptor: *const SECURITY_DESCRIPTOR,
    computesystem: *mut HCS_SYSTEM
) -> HRESULT
Expand description

Required features: ‘Win32_System_HostComputeSystem’, ‘Win32_Foundation’, ‘Win32_Security’