pub fn demangle_with_options(
    mangled_name: &str,
    options: Options
) -> Result<String, Error>
Expand description

Demangle the given name with the specified options.

Fails if: the name contains a null character, or demangling fails.