pub(crate) fn class_ref_or_verbatim(name: &str) -> StringExpand description
Return a .__MX_CLASS_REF_<name>__ placeholder (for bare identifiers) so the
resolver can look up the actual R class name at cdylib write time, or name
verbatim (for namespaced / non-identifier strings).