pub fn exe_reader(pid: PID) -> Result<PExe>
Attempts to get the process executable name for the given pid.
pid
If this function encounters any form of I/O error, an error variant will be returned.