public static bool TryParseLinkReferenceDefinition<T>(ref T text, scoped out string? label, scoped out string? url, scoped out string? title, scoped out SourceSpan labelSpan, scoped out SourceSpan urlSpan, scoped out SourceSpan titleSpan)
where T : ICharIterator