fn parse_process_state(text: &str) -> Option<char>
Extract process state from /proc/pid/stat.
/proc/<pid>/stat file contains metadata for the process including the process state.
/proc/<pid>/stat
See proc(5) for the format.