Definition
/**
* Create a SpanLink.
*
* @param SpanContext $context The linked span context
* @param array<string, array<bool|float|int|string>|bool|float|int|string>|Attributes $attributes Link attributes
*/
span_link(SpanContext $context, Attributes|array $attributes) : SpanLink