package structs func Copy(source, target any, opts ...optionFunc) { opt := createOptions(opts) _ = opt }