windows::Win32::System::SubsystemForLinux

Function WslLaunch

pub unsafe fn WslLaunch<P0, P1>(
    distributionname: P0,
    command: P1,
    usecurrentworkingdirectory: bool,
    stdin: HANDLE,
    stdout: HANDLE,
    stderr: HANDLE,
) -> Result<HANDLE>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,