pub fn validate_link_count(text: &str, link_attachment_url: &str) -> Result<()>
Validate that the combined unique link count from text and link_attachment_url does not exceed MAX_LINKS.
text
link_attachment_url
MAX_LINKS