demangle_ms_with_view

Function demangle_ms_with_view 

Source
pub fn demangle_ms_with_view(
    arch: &CoreArchitecture,
    mangled_name: &str,
    view: Option<&BinaryView>,
) -> Option<(QualifiedName, Option<Ref<Type>>)>