if in.Paths != nil {
        in, out := &in.Paths, &out.Paths
        *out = new([]string)
        if **in != nil {
            in, out := *in, *out