pub fn function_section<'a>( disasm: &'a str, name_substr: &str, ) -> Option<&'a str>
Look up a function by demangled-name substring and return the slice of disassembly belonging to it (until the next function header).