pub unsafe fn WslRegisterDistribution<P0, P1>(
    distributionname: P0,
    targzfilename: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,