pub fn locate_gnu_debuglink<T, U>(
    path: T,
    filename: U,
    _crc: u32
) -> Result<Option<PathBuf>, Error>where
    T: AsRef<Path>,
    U: AsRef<Path>,
Expand description

Attempt to locate the separate debug symbol file for the object file at path with GNU “debug link” information consisting of filename and crc.