pub fn read_process_cmdline(pid: u32) -> Result<String>Expand description
Read a stable human-readable process command display string.
This legacy API deliberately does not promise shell quoting or lossless
argument boundaries. Use read_process_argv for structured inspection.