pub fn dump_function(
    goal: (&str, usize),
    path: &Path,
    sysroot: &Path,
    fmt: &Format,
    items: &mut Vec<Item>
) -> Result<bool>
Expand description

try to print goal from path, collect available items otherwise