pub fn export_key(namespace: Option<&str>, name: &str) -> String
Compute the association key for an exported function: "namespace::name" when a namespace is supplied, otherwise the bare name.
"namespace::name"
name