pub fn kind_name(kind: u64) -> Option<&'static str>
Human-readable name for a known kind constant (None for an extension kind not in the seed vocabulary — those are still valid, just not built-in).
None