fn const_param_name_from_debug(text: &str) -> Option<String>
Extract a const generic parameter name, e.g. Param(N) → "N".
Param(N)
"N"