package rootless

func Rootless(stateDir string, enableIPv6 bool) error {
	panic("Rootless is not supported on windows")
}
