pub fn wrapper_name(
module: &str,
func: &str,
strip_module_prefix: bool,
) -> StringExpand description
Build the wrapper function name exposed to the foreign language.
When strip_module_prefix is true, returns just func.
When false, returns {module}_{func}.