pub fn demangle_function_name(writer: &mut impl Write, name: &str) -> Result
Demangles a single function name into a user-readable form.
Currently supported: Rust/C/C++ function names.