windows::Win32::System::SubsystemForLinux

Function WslLaunchInteractive

pub unsafe fn WslLaunchInteractive<P0, P1>(
    distributionname: P0,
    command: P1,
    usecurrentworkingdirectory: bool,
) -> Result<u32>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,