pub unsafe extern "system" fn WslLaunch(
    distributionname: PCWSTR,
    command: PCWSTR,
    usecurrentworkingdirectory: BOOL,
    stdin: HANDLE,
    stdout: HANDLE,
    stderr: HANDLE,
    process: *mut HANDLE
) -> HRESULT
Expand description

Required features: "Win32_System_SubsystemForLinux", "Win32_Foundation"