pub unsafe extern "system" fn HcsCreateProcess(
    computesystem: HCS_SYSTEM,
    processparameters: PCWSTR,
    operation: HCS_OPERATION,
    securitydescriptor: *const SECURITY_DESCRIPTOR,
    process: *mut HCS_PROCESS
) -> HRESULT
Expand description

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