pub unsafe fn WslConfigureDistribution<P0>(
    distributionname: P0,
    defaultuid: u32,
    wsldistributionflags: WSL_DISTRIBUTION_FLAGS,
) -> Result<()>
where P0: Param<PCWSTR>,