pub fn read_proc_cmdline(pid: i32) -> Result<String, CoreError>
Read process command line from /proc/<pid>/cmdline.
/proc/<pid>/cmdline
NUL separators are converted into spaces so the returned string is easier to log or inspect.