pub const MAX_BOOKMARK_NAME_LEN: usize = 40; // 40usizeExpand description
Word’s cap on the length of a bookmark name. Names longer than this are truncated or dropped by Word without a diagnostic, which is exactly the failure this payload exists to avoid.