fn find_debug_file(library_path: &str) -> PathBufExpand description
Find the file containing DWARF debug info for a given library. Returns the library_path itself if debug info is embedded, or a separate debug file path if found via platform-specific mechanisms.