Add links to span after creation via `Span.add_link()` method

In open-telemetry/opentelemetry-specification#3678 it was decided that it must be possible to add links to spans after they have been created. However, the Span class currently does not provide such an add_link() method.

Please implement the Span.add_link() method as per updated specification. Thank you!

image