pub type KeywordsCollectFn<'a> = &'a mut dyn FnMut(&[&'static str]);
See SpecifiedValueInfo::collect_completion_keywords.