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