Function windows::Win32::System::SubsystemForLinux::WslLaunch

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